[ci skip] Update Gradle wrapper and Fill plugin (#12846)

This commit is contained in:
Jason Penilla
2025-07-16 11:00:29 -07:00
committed by GitHub
parent 04f95191f1
commit 22d80a3b3b
2 changed files with 2 additions and 2 deletions

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-8.14.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View File

@@ -11,7 +11,7 @@ plugins {
`maven-publish` `maven-publish`
idea idea
id("io.papermc.paperweight.core") id("io.papermc.paperweight.core")
id("io.papermc.fill.gradle") version "1.0.3" id("io.papermc.fill.gradle") version "1.0.7"
} }
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/" val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"