Skip to content

Commit 063df60

Browse files
authored
Merge pull request #116 from graphql-java-kickstart/renovate/gradle-8.x
chore(deps): update dependency gradle to v8
2 parents b3283ed + 98b954f commit 063df60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ subprojects {
7878

7979
jacocoTestReport {
8080
reports {
81-
xml.enabled = true
82-
html.enabled = false
83-
csv.enabled = false
81+
xml.required = true
82+
html.required = false
83+
csv.required = false
8484
}
8585
}
8686

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)