New travis script to try to get JDK 11 to work with sonar.

This commit is contained in:
tastybento 2020-10-08 17:03:57 -07:00
parent 6f1aceee40
commit cda300e28a
1 changed files with 1 additions and 2 deletions

View File

@ -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: