diff --git a/gradle.properties b/gradle.properties index e2138a2a7..0aa27787f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:MaxMetaspaceSize=1024m org.gradle.caching=true org.gradle.parallel=true +#org.gradle.configuration-cache=true VERSION=1.28.1-SNAPSHOT diff --git a/testkit/gradle.properties b/testkit/gradle.properties index 2652cbf4f..c0b7866bb 100644 --- a/testkit/gradle.properties +++ b/testkit/gradle.properties @@ -1,6 +1,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -XX:MaxMetaspaceSize=512m org.gradle.caching=true org.gradle.parallel=true +#org.gradle.configuration-cache=true dependency.analysis.autoapply=false dependency.analysis.print.build.health=true