Remove custom JaCoCo task from CI runner

This commit is contained in:
Gary Tierney
2020-02-06 00:14:56 +00:00
parent 483d668d4e
commit 7181343929
+1 -1
View File
@@ -29,7 +29,7 @@ steps:
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/TEST-*.xml'
tasks: 'check jacocoTestReport sonarqube'
tasks: 'check sonarqube'
- script: |
./gradlew --stop