mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-17 08:27:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@9df83bc5 Update DataConverter to 1.21.9-rc1 PaperMC/Paper@0b565e96 Update Gradle wrapper to 9.1.0 PaperMC/Paper@b61b3c9d Update paperweight to 2.0.0-beta.19
This commit is contained in:
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
java // TODO java launcher tasks
|
java // TODO java launcher tasks
|
||||||
id("io.papermc.paperweight.patcher") version "2.0.0-beta.18"
|
id("io.papermc.paperweight.patcher") version "2.0.0-beta.19"
|
||||||
}
|
}
|
||||||
|
|
||||||
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
val paperMavenPublicUrl = "https://repo.papermc.io/repository/maven-public/"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ group = org.purpurmc.purpur
|
|||||||
version = 1.21.9-rc1-R0.1-SNAPSHOT
|
version = 1.21.9-rc1-R0.1-SNAPSHOT
|
||||||
|
|
||||||
mcVersion = 1.21.9-rc1
|
mcVersion = 1.21.9-rc1
|
||||||
paperCommit = 79198b18b72663a259a8309fb1d92b15475c758a
|
paperCommit = b61b3c9dd2f6c99b187f6702ea3b2baa0ab5ce35
|
||||||
|
|
||||||
org.gradle.configuration-cache = true
|
org.gradle.configuration-cache = true
|
||||||
org.gradle.caching = true
|
org.gradle.caching = true
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
configurations.named(log4jPlugins.compileClasspathConfigurationName) {
|
configurations.named(log4jPlugins.compileClasspathConfigurationName) {
|
||||||
extendsFrom(configurations.compileClasspath.get())
|
extendsFrom(configurations.compileClasspath.get())
|
||||||
}
|
}
|
||||||
@@ -129,7 +_,7 @@
|
@@ -130,7 +_,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user