diff --git a/gradle.properties b/gradle.properties index 4ca2d1c..4f711fa 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,4 @@ # Gradle -# Use the provisioned JDK 17 as the daemon JVM — Kotlin 2.0.20 cannot parse the "25.0.2" -# version string from the system JDK 25 (JavaVersion.parse crash). JDK 17 avoids this. -org.gradle.java.home=/home/tstapler/.gradle/jdks/eclipse_adoptium-17-amd64-linux.2 org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8 -XX:+UseParallelGC # Limit concurrent daemons and expire idle ones quickly to avoid accumulation org.gradle.daemon.idletimeout=180000