We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c067e20 commit 707e37eCopy full SHA for 707e37e
build.gradle
@@ -5,7 +5,7 @@ allprojects {
5
apply plugin: 'maven'
6
7
group 'org.iot-dsa'
8
- version '0.41.0.1'
+ version '0.41.0.2'
9
10
sourceCompatibility = 1.6
11
targetCompatibility = 1.6
@@ -28,7 +28,7 @@ allprojects {
28
jacocoTestReport {
29
30
reports {
31
- xml.enabled false
+ xml.enabled true
32
csv.enabled false
33
html.enabled false
34
}
@@ -39,6 +39,7 @@ allprojects {
39
40
41
42
+/*
43
task jacocoRootReport(type: JacocoReport) {
44
45
executionData fileTree(project.rootDir.absolutePath).include("**/build/jacoco/*.exec")
@@ -54,6 +55,7 @@ task jacocoRootReport(type: JacocoReport) {
54
55
56
57
58
+*/
59
60
wrapper {
61
gradleVersion = '4.10.2'
0 commit comments