We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2ef11 commit bff065aCopy full SHA for bff065a
build.gradle
@@ -31,12 +31,12 @@ subprojects {
31
withSourcesJar()
32
}
33
34
- jacocoTestReport {
35
- reports {
36
- xml.enabled true
37
- html.enabled true
38
- }
39
+// tasks.jacocoTestReport {
+// reports {
+// xml.enabled = true
+// html.enabled = true
+// }
40
41
def pomConfig = {
42
name project.name
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.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments