final-vibevault-tests/gradle.properties

12 lines
249 B
Properties
Raw Permalink Normal View History

2025-12-23 19:12:44 +08:00
# Disable Gradle Daemon
org.gradle.daemon=false
# Disable parallel execution
org.gradle.parallel=false
# Disable configuration on demand
org.gradle.configureondemand=false
# Fix for Java 21 compatibility
2025-12-23 19:34:37 +08:00
org.gradle.jvmargs=-Xmx1024m -XX:+UseG1GC