⬆️ Upgrade Gradle wrapper to latest 4.10
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 13 Oct 2023 20:59:23 +0000 (22:59 +0200)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 13 Oct 2023 20:59:23 +0000 (22:59 +0200)
This allows jSite to be compiled with Java 11.

build.gradle
gradle/wrapper/gradle-wrapper.properties

index ead9429..47905ef 100644 (file)
@@ -39,7 +39,7 @@ task fatJar(type: Jar) {
 apply plugin: 'jacoco'
 
 jacoco {
-    toolVersion = '0.7.7.201606060606'
+    toolVersion = '0.8.10'
 }
 
 jacocoTestReport.dependsOn test
index 873bd30..b6c25b4 100644 (file)
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip