Skip to content

Commit 5a99ab6

Browse files
authored
0.38.1
Jacoco xml report Gradle update
1 parent 07beab8 commit 5a99ab6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build.gradle

+9-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subprojects {
55
apply plugin: 'maven'
66

77
group 'org.iot-dsa'
8-
version '0.38.0'
8+
version '0.38.1'
99

1010
sourceCompatibility = 1.6
1111
targetCompatibility = 1.6
@@ -25,18 +25,18 @@ subprojects {
2525
from javadoc.destinationDir
2626
}
2727

28-
/*
2928
jacocoTestReport {
30-
reports {
31-
xml.enabled false
32-
csv.enabled false
33-
html.enabled true
29+
reports {
30+
xml.enabled true
31+
csv.enabled false
32+
html.enabled false
33+
}
3434
}
35-
}
36-
*/
35+
36+
build.dependsOn jacocoTestReport
3737

3838
}
3939

4040
wrapper {
41-
gradleVersion = '4.10'
41+
gradleVersion = '4.10.1'
4242
}

gradle/wrapper/gradle-wrapper.jar

1.72 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)