Move to JDK_X_Y variables
This commit is contained in:
+10
-1
@@ -8,7 +8,16 @@ org.gradle.caching=true
|
||||
|
||||
# Please keep it in sync with buildSrc gradle.properties.
|
||||
# It's currently needed for proper configuration cache work, the reason will be investigated later
|
||||
org.gradle.java.installations.fromEnv=JDK_16,JDK_17,JDK_18,JDK_9,JDK_10,JDK_11,JDK_15,JDK_16_0,JDK_17_0
|
||||
org.gradle.java.installations.fromEnv=\
|
||||
JDK_1_6,JDK_16,\
|
||||
JDK_1_7,JDK_17,\
|
||||
JDK_1_8,JDK_18,\
|
||||
JDK_9_0,JDK_9,\
|
||||
JDK_10_0,JDK_10,\
|
||||
JDK_11_0,JDK_11,\
|
||||
JDK_15_0,JDK_15,\
|
||||
JDK_16_0,\
|
||||
JDK_17_0
|
||||
|
||||
systemProp.org.gradle.internal.http.connectionTimeout=90000
|
||||
systemProp.org.gradle.internal.http.socketTimeout=90000
|
||||
|
||||
Reference in New Issue
Block a user