Skip to content

Commit

Permalink
FKITDEV-2146: specify JAVA_HOME and PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bencelaszlo committed Mar 4, 2024
1 parent dc4e42b commit 6da1bdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ env:

script:
- yarn test
- export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
- export PATH=$JAVA_HOME/bin:$PATH
- sonar-scanner

0 comments on commit 6da1bdc

Please sign in to comment.