-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgradle.properties
21 lines (17 loc) · 1008 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
###############################################################################
######## Build artifact publishing/uploading props ########
###############################################################################
// org or user or umbrella folder for this project
organization = pegasystems
// snapshot and release repo names
snapshotRepository = libs-snapshot-local
releaseRepository = fringeutils
###############################################################################
######## OOTB gradle properties ########
###############################################################################
org.gradle.parallel = true
org.gradle.daemon = false
###############################################################################
######## Nebula properties ########
###############################################################################
release.useLastTag=true