File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11language : java
2- sudo : false
3- install : true
4- addons :
5- sonarcloud :
6- token :
7- secure : " 834110c7191f97ecb226970c46dcaff8e681da5a"
2+ # sudo: false
3+ # install: true
4+ # addons:
5+ # sonarcloud:
6+ # token:
7+ # secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
88
99jdk :
1010 - oraclejdk8
11- # script: "mvn clean package -Dmaven.test.skip=true"
11+ script : " mvn clean package -Dmaven.test.skip=true"
1212
13- script :
14- - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
13+ # script:
14+ # - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
1515
1616branches :
1717 only :
@@ -20,7 +20,7 @@ branches:
2020cache :
2121 directories :
2222 - ' $HOME/.m2/repository'
23- - ' $HOME/.sonar/cache'
23+ # - '$HOME/.sonar/cache'
2424
2525notifications :
2626 email :
You can’t perform that action at this time.
0 commit comments