# 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