[Build] Setup org.gradle.java.installations.fromEnv in buildSrc to workaround configuration cache invalidation problem

#KT-44611 In Progress
This commit is contained in:
Alexander Likhachev
2022-02-21 18:37:11 +03:00
parent 2f39a65679
commit 610e9ac77a
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -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
View File
@@ -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