Skip to content

Commit f341826

Browse files
committed
Set default JAVA_HOME to 17
1 parent 6ccd19d commit f341826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
export CARGO_HOME=$HOME/.cargo
33

44
# Java
5-
export JAVA_HOME="$(/usr/libexec/java_home -v 11)"
5+
export JAVA_HOME="$(/usr/libexec/java_home -v 17)"
66

77
# Kotlin
88
export KOTLIN_HOME="/usr/local/opt/kotlin/"

0 commit comments

Comments
 (0)