Skip to content

Commit db6d2ea

Browse files
committed
comment out local java home path in gradle.properties for ci compatibility
1 parent 04c747b commit db6d2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77

88
# Set Java 17 as JAVA_HOME for Gradle builds
9-
org.gradle.java.home=/opt/homebrew/opt/openjdk@17
9+
# org.gradle.java.home=/opt/homebrew/opt/openjdk@17
1010

1111
# Specifies the JVM arguments used for the daemon process.
1212
# The setting is particularly useful for tweaking memory settings.

0 commit comments

Comments
 (0)