[Build] Setup org.gradle.java.installations.fromEnv in buildSrc to workaround configuration cache invalidation problem
#KT-44611 In Progress
This commit is contained in:
@@ -8,3 +8,7 @@ cacheRedirectorEnabled=true
|
||||
#buildSrc.kotlin.version=1.1.50
|
||||
|
||||
kotlin.build.gradlePlugin.version=0.0.38
|
||||
|
||||
# Please keep it in sync with root 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
|
||||
@@ -3,6 +3,9 @@ kotlin.daemon.jvmargs=-Xmx2200m
|
||||
|
||||
org.gradle.parallel=true
|
||||
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
|
||||
|
||||
systemProp.org.gradle.internal.http.connectionTimeout=90000
|
||||
|
||||
Reference in New Issue
Block a user