Skip to content

Commit 707e37e

Browse files
author
Aaron
committed
0.41.0.2
- Fix attempt #2 for jacocoRootReport.
1 parent c067e20 commit 707e37e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ allprojects {
55
apply plugin: 'maven'
66

77
group 'org.iot-dsa'
8-
version '0.41.0.1'
8+
version '0.41.0.2'
99

1010
sourceCompatibility = 1.6
1111
targetCompatibility = 1.6
@@ -28,7 +28,7 @@ allprojects {
2828
jacocoTestReport {
2929

3030
reports {
31-
xml.enabled false
31+
xml.enabled true
3232
csv.enabled false
3333
html.enabled false
3434
}
@@ -39,6 +39,7 @@ allprojects {
3939

4040
}
4141

42+
/*
4243
task jacocoRootReport(type: JacocoReport) {
4344
4445
executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")
@@ -54,6 +55,7 @@ task jacocoRootReport(type: JacocoReport) {
5455
}
5556
5657
}
58+
*/
5759
5860
wrapper {
5961
gradleVersion = '4.10.2'

0 commit comments

Comments
 (0)