Skip to content

Commit bff065a

Browse files
committed
Upgrade gradle
1 parent 0a2ef11 commit bff065a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ subprojects {
3131
withSourcesJar()
3232
}
3333

34-
jacocoTestReport {
35-
reports {
36-
xml.enabled true
37-
html.enabled true
38-
}
39-
}
34+
// tasks.jacocoTestReport {
35+
// reports {
36+
// xml.enabled = true
37+
// html.enabled = true
38+
// }
39+
// }
4040

4141
def pomConfig = {
4242
name project.name
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)