Skip to content

Commit

Permalink
Export JAVA_HOME for JDK 17 on CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
steelrooter committed Jun 3, 2024
1 parent d49fedd commit 5bdc5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ commands:
sudo update-alternatives --set java /usr/lib/jvm/java-17-openjdk-amd64/bin/java
sudo update-alternatives --set javac /usr/lib/jvm/java-17-openjdk-amd64/bin/javac
java -version
export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-amd64/"
jobs:
build:
Expand Down

0 comments on commit 5bdc5f0

Please sign in to comment.