File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ subprojects {
5
5
apply plugin : ' maven'
6
6
7
7
group ' org.iot-dsa'
8
- version ' 0.38.0 '
8
+ version ' 0.38.1 '
9
9
10
10
sourceCompatibility = 1.6
11
11
targetCompatibility = 1.6
@@ -25,18 +25,18 @@ subprojects {
25
25
from javadoc. destinationDir
26
26
}
27
27
28
- /*
29
28
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
+ }
34
34
}
35
- }
36
- */
35
+
36
+ build . dependsOn jacocoTestReport
37
37
38
38
}
39
39
40
40
wrapper {
41
- gradleVersion = ' 4.10'
41
+ gradleVersion = ' 4.10.1 '
42
42
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments