Skip to content

Commit

Permalink
FKITDEV-3087: Update Travis jdk version for Sonar scanner (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
bencelaszlo committed Mar 4, 2024
1 parent 9f67c85 commit 11043a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ addons:
apt:
packages:
- rabbitmq-server
- openjdk-17-jdk
sonarcloud:
organization: techteamer

Expand All @@ -21,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 11043a9

Please sign in to comment.