Skip to content

Commit 3413c41

Browse files
author
Aaron
committed
0.41.0.4
- Fixing jacoco with vsts
1 parent c918466 commit 3413c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ subprojects {
55
apply plugin: 'maven'
66

77
group 'org.iot-dsa'
8-
version '0.41.0.3'
8+
version '0.41.0.4'
99

1010
sourceCompatibility = 1.6
1111
targetCompatibility = 1.6
@@ -30,7 +30,7 @@ subprojects {
3030
reports {
3131
xml.enabled true
3232
csv.enabled false
33-
html.enabled false
33+
html.enabled true
3434
}
3535
}
3636

0 commit comments

Comments
 (0)