Updated Upstream (Paper)

Upstream has released updates that appear to apply and compile correctly

Paper Changes:
PaperMC/Paper@a4feb288 Update to 1.21.8
PaperMC/Paper@6db4bc01 1.21.8 generators
PaperMC/Paper@d8cb3f58 Update DataConverter to 1.21.8-RC1
PaperMC/Paper@1f93f566 [ci/skip] Improve getPotentialBedLocation deprecation (#12857)
PaperMC/Paper@6fb36e34 Replace compileOnly with implementation for test visibility (#12841)
PaperMC/Paper@aa4ef067 Update DataConverter constants for 1.21.8
This commit is contained in:
granny
2025-07-17 20:20:58 -07:00
parent 60bdf1c781
commit a39c4cb087
6 changed files with 14 additions and 14 deletions

View File

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