File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff 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
4040wrapper {
41- gradleVersion = ' 4.10'
41+ gradleVersion = ' 4.10.1 '
4242}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments