Skip to content

Commit

Permalink
Circle CI upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jan 9, 2024
1 parent 3a32c66 commit 244d9bf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
- checkout

- run:
name: Install SDK 19
command: wget https://download.java.net/java/GA/jdk19.0.2/fdb695a9d9064ad6b064dc6df578380c/7/GPL/openjdk-19.0.2_linux-x64_bin.tar.gz &&
tar xvf openjdk-19.0.2_linux-x64_bin.tar.gz &&
sudo mv jdk-19*/ /opt/jdk19 &&
export JAVA_HOME=/opt/jdk19 &&
echo "export JAVA_HOME=/opt/jdk19" >> ~/.bashrc &&
name: Install SDK 21
command: wget https://download.java.net/java/GA/jdk21.0.1/415e3f918a1f4062a0074a2794853d0d/12/GPL/openjdk-21.0.1_linux-x64_bin.tar.gz &&
tar xvf openjdk-21.0.2_linux-x64_bin.tar.gz &&
sudo mv jdk-21*/ /opt/jdk21 &&
export JAVA_HOME=/opt/jdk21 &&
echo "export JAVA_HOME=/opt/jdk21" >> ~/.bashrc &&
echo "export PATH=$JAVA_HOME/bin:$PATH" >> ~/.bashrc

- run:
Expand Down

0 comments on commit 244d9bf

Please sign in to comment.