We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c918466 commit 3413c41Copy full SHA for 3413c41
build.gradle
@@ -5,7 +5,7 @@ subprojects {
5
apply plugin: 'maven'
6
7
group 'org.iot-dsa'
8
- version '0.41.0.3'
+ version '0.41.0.4'
9
10
sourceCompatibility = 1.6
11
targetCompatibility = 1.6
@@ -30,7 +30,7 @@ subprojects {
30
reports {
31
xml.enabled true
32
csv.enabled false
33
- html.enabled false
+ html.enabled true
34
}
35
36
0 commit comments