We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1679c04 commit 693ce38Copy full SHA for 693ce38
1 file changed
use_loom.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
-wget https://download.java.net/java/early_access/jdk21/26/GPL/openjdk-21-ea+26_linux-x64_bin.tar.gz
4
-tar -zxvf openjdk-21-ea+26_linux-x64_bin.tar.gz
+wget https://download.java.net/java/GA/jdk21/fd2272bbf8e04c3dbaee13770090416c/35/GPL/openjdk-21_linux-x64_bin.tar.gz
+tar -zxvf openjdk-21_linux-x64_bin.tar.gz
5
export LOOM_JDK=jdk-21
6
eval "$LOOM_JDK/bin/java -version"
7
echo "LOOM_JDK=$LOOM_JDK" >> $GITHUB_ENV
0 commit comments