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 7671f39 commit f07c612Copy full SHA for f07c612
build.gradle
@@ -63,8 +63,8 @@ test {
63
64
jacocoTestReport {
65
reports {
66
- xml.enabled true
67
- html.enabled true
+ xml.required = true
+ html.required = true
68
}
69
70
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.4.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-all.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments