Skip to content

Commit 9ca5f82

Browse files
elliptic1claude
andcommitted
Fix CI: remove hardcoded Java path from gradle.properties
Move machine-specific Java home to local.properties (gitignored) so GitHub Actions can use its own JAVA_HOME. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e7e1a05 commit 9ca5f82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
# The setting is particularly useful for tweaking memory settings.
1212
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
1313

14-
# Use Java 17 (has jlink for Android builds)
15-
org.gradle.java.home=/usr/lib/jvm/java-17-openjdk-amd64
14+
# Note: If you need to specify Java home locally, add to local.properties:
15+
# org.gradle.java.home=/path/to/jdk17
1616

1717
# When configured, Gradle will run in incubating parallel mode.
1818
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)