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 1d1846c commit 0c46364Copy full SHA for 0c46364
build.gradle
@@ -139,9 +139,9 @@ afterEvaluate {
139
//files(sourceSets.main.output)
140
141
reports {
142
- xml.enabled true
+ xml.required = true
143
xml.destination file("${buildDir}/reports/jacoco/report.xml")
144
- html.enabled true
+ html.required = true
145
html.destination file("${buildDir}/reports/jacoco/html")
146
}
147
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments