Skip to content

Commit 37386c7

Browse files
authored
back to java 18
1 parent 9df2c40 commit 37386c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Java/before_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ if tr_isSetAndNotFalse SKIP_BUILD; then
3434
fi
3535

3636
# JAVA Install workaround...
37-
echo Installing JAVA openJDK 19.0.1
37+
echo Installing JAVA openJDK 18.0.2
3838
curl -s "https://get.sdkman.io" | bash
3939
source "$HOME/.sdkman/bin/sdkman-init.sh"
40-
sdk install java 19.0.1-open
41-
sdk use java 19.0.1-open
40+
sdk install java 18.0.2-open
41+
sdk use java 18.0.2-open
4242

4343
echo Trying to locate the Java JDK...
4444
which Java ||whereis java || echo "FATAL: Could not get java-path!"

0 commit comments

Comments
 (0)