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.
2 parents 719684d + a6949f8 commit 1592b58Copy full SHA for 1592b58
build.gradle
@@ -37,7 +37,7 @@ subprojects {
37
38
jacocoTestReport {
39
reports {
40
- xml.enabled = true
+ xml.required = true
41
}
42
43
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
4
networkTimeout=10000
5
zipStoreBase=GRADLE_USER_HOME
6
zipStorePath=wrapper/dists
0 commit comments