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
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading