diff --git a/gradle.properties b/gradle.properties index af06041aa..3e6930d0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,12 +5,13 @@ toolchain.compiler.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOf toolchain.javadoc.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8 toolchain.launcher.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8 +# Note: I disabled the cache because it was affecting the result of the build locally # asciidoctor gradle plugin don't support configuration cache -org.gradle.configuration-cache=true +org.gradle.configuration-cache=false org.gradle.configureondemand=true -# configuration of testcontainers need to be updated to prevent bind the same port +# Disabled because testcontainers might try to connect to the same port org.gradle.parallel=false -org.gradle.caching=true +org.gradle.caching=false org.gradle.daemon=true # JDK auto-detection is not quite ready yet in Gradle 6.7.