-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
42 lines (35 loc) · 1.33 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# https://docs.gradle.org/current/userguide/build_environment.html
appVersion = 0.1.0
appName = Groovy Application
# https://docs.gradle.org/current/userguide/gradle_daemon.html
org.gradle.daemon = true
org.gradle.parallel = true
# Library versions
gradleVersion = 3.2.1
groovyVersion = 2.4.5
pitestPluginVersion = 1.1.10
spockCoreVersion = 1.1-groovy-2.4-rc-3
#asciidoctorConvertPluginVersion = 1.5.2
#livereloadPluginVersion = 0.2.1
asciidoctorjEpub3Version = 1.5.0-alpha.4
asciidoctorjPdfVersion = 1.5.0-alpha.8
asciidoctorJVersion = 1.5.2
#org.gradle.java.home
#org.gradle.jvmargs=""
#org.gradle.configureondemand
#org.gradle.parallel
#org.gradle.workers.max
#systemProp.http.proxyHost=www.somehost.org
#systemProp.http.proxyPort=8080
#systemProp.http.proxyUser=userid
#systemProp.http.proxyPassword=password
#systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost
#systemProp.https.proxyHost=www.somehost.org
#systemProp.https.proxyPort=8080
#systemProp.https.proxyUser=userid
#systemProp.https.proxyPassword=password
#systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost
#gradlePropertiesProp=gradlePropertiesValue
#sysProp=shouldBeOverWrittenBySysProp
#envProjectProp=shouldBeOverWrittenByEnvProp
#systemProp.system=systemValue