File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ install:
1717- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -e
1818
1919after_success :
20- - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN
20+ - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
2121- bash update-ghpages.sh
2222
2323# use latest java version available instead of travis default
@@ -36,4 +36,4 @@ notifications:
3636 on_failure : always # options: [always|never|change] default: always
3737 on_start : never # options: [always|never|change] default: always
3838
39- sudo : required
39+ sudo : required
You can’t perform that action at this time.
0 commit comments