diff options
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 00000000..8bdee637 --- /dev/null +++ b/gradle.properties @@ -0,0 +1,14 @@ +# Gradle properties for PDF-AS project +# Enable Gradle build cache for better performance +org.gradle.caching=true + +# Disable parallel builds (due to https://github.com/jk1/Gradle-License-Report/issues/337) +org.gradle.parallel=false + +# Configure JVM arguments for Gradle daemon +org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError + +# Enable configuration cache (Gradle 6.6+) +org.gradle.configuration-cache=true + +org.gradle.warning.mode=all
\ No newline at end of file |
