File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 1- allprojects {
1+ subprojects {
22
33 apply plugin : ' jacoco'
44 apply plugin : ' java'
55 apply plugin : ' maven'
66
77 group ' org.iot-dsa'
8- version ' 0.41.0.2 '
8+ version ' 0.41.0.3 '
99
1010 sourceCompatibility = 1.6
1111 targetCompatibility = 1.6
@@ -35,28 +35,9 @@ allprojects {
3535 }
3636
3737 build. dependsOn jacocoTestReport
38- // test.finalizedBy(project.tasks.jacocoTestReport)
3938
4039}
4140
42- /*
43- task jacocoRootReport(type: JacocoReport) {
44-
45- executionData fileTree(project.rootDir.absolutePath).include("**/ build/ jacoco/ * . exec" )
46-
47- subprojects.each {
48- sourceSets it.sourceSets.main
49- }
50-
51- reports {
52- xml.enabled true
53- html.enabled false
54- csv.enabled false
55- }
56-
57- }
58- */
59-
6041wrapper {
6142 gradleVersion = ' 4.10.2'
6243}
You can’t perform that action at this time.
0 commit comments