Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jun 25, 2024
1 parent 4c7d4a5 commit c0efd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- run:
name: Install SDK 21
command: wget https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jdk_x64_linux_hotspot_21.0.3_9.tar.gz
command: wget https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jdk_x64_linux_hotspot_21.0.3_9.tar.gz;\
tar -xzvf OpenJDK21U-jdk_x64_linux_hotspot_21.0.3_9.tar.gz;\
sudo mv jdk-21*/ /opt/jdk21;\
export JAVA_HOME=/opt/jdk21;\
Expand Down

0 comments on commit c0efd2b

Please sign in to comment.