Skip to content

Commit

Permalink
Update use_loom.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd authored Aug 24, 2023
1 parent 1679c04 commit 693ce38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions use_loom.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

wget https://download.java.net/java/early_access/jdk21/26/GPL/openjdk-21-ea+26_linux-x64_bin.tar.gz
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
export LOOM_JDK=jdk-21
eval "$LOOM_JDK/bin/java -version"
echo "LOOM_JDK=$LOOM_JDK" >> $GITHUB_ENV

0 comments on commit 693ce38

Please sign in to comment.