We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0e8b1 commit 9913d05Copy full SHA for 9913d05
2 files changed
build.gradle
@@ -59,8 +59,8 @@ test {
59
60
jacocoTestReport {
61
reports {
62
- xml.enabled true
63
- html.enabled false
+ xml.required = true
+ html.required = true
64
}
65
66
@@ -92,7 +92,7 @@ task fatJar(type: Jar) {
92
build.dependsOn 'spotlessApply'
93
94
wrapper {
95
- gradleVersion = '6.7.1'
+ gradleVersion = '7.2'
96
97
98
task writeNewPom {
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-6.6.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
0 commit comments