9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

Update paperweight patcher plugin version (#43) [ci-skip]

Changed the paperweight patcher Gradle plugin from version 2.0.0-SNAPSHOT to 2.0.0-beta.17
This commit is contained in:
Muhammad Tamir
2025-12-04 14:37:01 +07:00
committed by GitHub
parent ca97d77e46
commit 87d98b03af

View File

@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
java
id("io.papermc.paperweight.patcher") version "2.0.0-SNAPSHOT"
id("io.papermc.paperweight.patcher") version "2.0.0-beta.17"
}
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"