Skip to content

Commit bac23d4

Browse files
committed
Coverage config changes.
1 parent ae54eb6 commit bac23d4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ task jacocoMergeReport(type: JacocoReport, dependsOn: jacocoRootMerge) {
8888
sonarqube {
8989
properties {
9090
property "sonar.projectKey", "mattbertolini_spring-annotated-web-data-binder"
91-
property "sonar.coverage.jacoco.xmlReportPaths", reportXmlFile
91+
// property "sonar.coverage.jacoco.xmlReportPaths", reportXmlFile
9292
}
9393
}
9494

docs/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
plugins {
2+
id 'jacoco'
23
id 'org.asciidoctor.jvm.convert' version '2.4.0'
34
}
45

integration-tests/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'java'
3+
id 'jacoco'
34
}
45

56
dependencies {

0 commit comments

Comments
 (0)