Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading