forked from moqui/moqui-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgradle.properties
More file actions
28 lines (21 loc) · 972 Bytes
/
gradle.properties
File metadata and controls
28 lines (21 loc) · 972 Bytes
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
# for options see https://docs.gradle.org/5.6.4/userguide/build_environment.html#sec:gradle_configuration_properties
org.gradle.warning.mode=none
systemProp.https.protocols=TLSv1.2,TLSv1.3
# Force English locale and disable compiler notes
systemProp.user.language=en
systemProp.user.country=US
org.gradle.jvmargs=-Duser.language=en -Duser.country=US
# Set Java 21 home path
# Configure Gradle to download/use Java 21 toolchain automatically
org.gradle.java.installations.auto-detect=true
org.gradle.java.installations.auto-download=true
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=7890
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=7890
systemProp.socksProxyHost=127.0.0.1
systemProp.socksProxyPort=7890
systemProp.http.nonProxyHosts=localhost|127.0.0.0/8|::1
systemProp.org.gradle.internal.http.connectionTimeout=120000
systemProp.org.gradle.internal.http.socketTimeout=120000
systemProp.org.gradle.internal.retry.maxAttempts=5