Skip to content

Commit

Permalink
New travis script to try to get JDK 11 to work with sonar.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Oct 9, 2020
1 parent 6f1acee commit cda300e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -14,8 +14,7 @@ matrix:

script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install
- export JAVA_HOME=$HOME/openjdk11
- $TRAVIS_BUILD_DIR/install-jdk.sh --install openjdk11 --target $JAVA_HOME
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh && . ./install-jdk.sh -F 11 -L GPL
- mvn sonar:sonar -Dsonar.projectKey=BentoBoxWorld_BentoBox

cache:
Expand Down

0 comments on commit cda300e

Please sign in to comment.