Update gradle wrapper

This commit is contained in:
AsamK 2026-02-14 12:54:45 +01:00
parent 60a1589616
commit 5dd5e304bd
2 changed files with 2 additions and 1 deletions

View File

@ -123,6 +123,7 @@ tasks.register("fatJar", type = Jar::class) {
archiveBaseName.set("${project.name}-fat") archiveBaseName.set("${project.name}-fat")
exclude( exclude(
"META-INF/*.SF", "META-INF/*.SF",
"META-INF/**/*.MF",
"META-INF/*.DSA", "META-INF/*.DSA",
"META-INF/*.RSA", "META-INF/*.RSA",
"META-INF/NOTICE*", "META-INF/NOTICE*",

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME