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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user