Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
homejim authored Oct 1, 2024
1 parent 6277f09 commit 35d529f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
curl -L -o jbr.tar.gz https://cache-redirector.jetbrains.com/intellij-jbr/jbr_fd-17.0.9-linux-x64-b1087.7.tar.gz
tar -xzf jbr.tar.gz
echo `ls -l`
export JAVA_HOME=$PWD/jbr
export JAVA_HOME=$PWD/jbr_fd-17.0.9-linux-x64-b1087.7
export PATH=$JAVA_HOME/bin:$PATH
echo `$PATH`
- name: Verify Java version
run: java -version
Expand Down

0 comments on commit 35d529f

Please sign in to comment.