We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01f7f8 commit 8521aafCopy full SHA for 8521aaf
build.gradle
@@ -188,7 +188,7 @@ jreleaser {
188
}
189
190
wrapper {
191
- gradleVersion = '8.14'
+ gradleVersion = '8.14.3'
192
distributionType = Wrapper.DistributionType.ALL
193
194
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments