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 5537aa1 commit 4c7d4a5
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 @@ -16,7 +16,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
tar -xvf 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;\
echo "export JAVA_HOME=/opt/jdk21" >> ~/.bashrc;\
Expand Down

0 comments on commit 4c7d4a5

Please sign in to comment.