mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 11:15:24 +01:00
Set Travis to execute sonar under jdk11
This commit is contained in:
parent
77d2535e39
commit
5b9287cf4c
@ -13,10 +13,9 @@ matrix:
|
||||
- jdk: openjdk11
|
||||
|
||||
script:
|
||||
#- sonar-scanner
|
||||
- jdk_switcher use openjdk11
|
||||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dsonar.projectKey=BentoBoxWorld_BentoBox
|
||||
#- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package -P sonar sonar:sonar -B
|
||||
#- echo "${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- '$HOME/.m2/repository'
|
||||
|
Loading…
Reference in New Issue
Block a user