From c76fa6fa44a2b2d7069b193ae6c11bdb4c689525 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 3 May 2026 16:54:01 +0000 Subject: [PATCH] fix: remove hardcoded local JDK path from gradle.properties Agent-Logs-Url: https://github.com/tstapler/stelekit/sessions/235d9848-66c2-484c-8716-25399fefddd5 Co-authored-by: tstapler <3860386+tstapler@users.noreply.github.com> --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 4ca2d1cf..4f711fa9 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