We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df2c40 commit 37386c7Copy full SHA for 37386c7
Java/before_install.sh
@@ -34,11 +34,11 @@ if tr_isSetAndNotFalse SKIP_BUILD; then
34
fi
35
36
# JAVA Install workaround...
37
-echo Installing JAVA openJDK 19.0.1
+echo Installing JAVA openJDK 18.0.2
38
curl -s "https://get.sdkman.io" | bash
39
source "$HOME/.sdkman/bin/sdkman-init.sh"
40
-sdk install java 19.0.1-open
41
-sdk use java 19.0.1-open
+sdk install java 18.0.2-open
+sdk use java 18.0.2-open
42
43
echo Trying to locate the Java JDK...
44
which Java ||whereis java || echo "FATAL: Could not get java-path!"
0 commit comments