Skip to content

Commit c918466

Browse files
author
Aaron
committed
0.41.0.3
- Fixing jacoco with vsts
1 parent 707e37e commit c918466

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

build.gradle

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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-
6041
wrapper {
6142
gradleVersion = '4.10.2'
6243
}

0 commit comments

Comments
 (0)