Enable caching for generated script accessors

According to https://github.com/gradle/gradle/issues/20416 issue it is
safe to do.
This commit is contained in:
Yahor Berdnikau
2022-07-13 10:34:44 +02:00
committed by Space
parent 2bb69994ae
commit 0c4598a00e
+2
View File
@@ -10,6 +10,8 @@ org.gradle.java.installations.fromEnv=JDK_16,JDK_17,JDK_18,JDK_9,JDK_10,JDK_11,J
systemProp.org.gradle.internal.http.connectionTimeout=90000
systemProp.org.gradle.internal.http.socketTimeout=90000
# Enable caching for precompiled script accessors: https://github.com/gradle/gradle/issues/20416
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true
cacheRedirectorEnabled=true
defaultSnapshotVersion=1.8.255-SNAPSHOT