Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
homejim authored Nov 23, 2024
1 parent e5145ff commit 1e01bb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Set up JBR17
run: |
curl -L -o jdk.tar.gz curl -L -o jdk.tar.gz https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/releases/download/dcevm-11.0.15%2B1/Openjdk11u-dcevm-linux-x64.tar.gz
tar -xzf jdk.tar.gz
export JAVA_HOME=$PWD/dcevm-11.0.15+1
export PATH=$JAVA_HOME/bin:$PATH
java -version
Expand Down

0 comments on commit 1e01bb4

Please sign in to comment.