13
0
geforkt von Mirrors/Velocity

Update Adventure to 4.16.0 (#1248)

* Update Adventure to 4.16.0

Also migrated shadow from `com.github.johnrengelman.shadow` to `io.github.goooler.shadow`, which fixes the project compilation using Java 21 and Gradle 8.6

* Update Gradle to 8.6 release
Dieser Commit ist enthalten in:
Adrian 2024-02-20 10:10:52 -05:00 committet von GitHub
Ursprung 2cf18b0a6d
Commit fc3bc1f3fe
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: B5690EEEBB952194
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -7,11 +7,11 @@ netty = "4.1.106.Final"
[plugins] [plugins]
indra-publishing = "net.kyori.indra.publishing:2.0.6" indra-publishing = "net.kyori.indra.publishing:2.0.6"
shadow = "com.github.johnrengelman.shadow:8.1.1" shadow = "io.github.goooler.shadow:8.1.5"
spotless = "com.diffplug.spotless:6.12.0" spotless = "com.diffplug.spotless:6.12.0"
[libraries] [libraries]
adventure-bom = "net.kyori:adventure-bom:4.15.0" adventure-bom = "net.kyori:adventure-bom:4.16.0"
adventure-facet = "net.kyori:adventure-platform-facet:4.3.2" adventure-facet = "net.kyori:adventure-platform-facet:4.3.2"
asm = "org.ow2.asm:asm:9.6" asm = "org.ow2.asm:asm:9.6"
auto-service = "com.google.auto.service:auto-service:1.0.1" auto-service = "com.google.auto.service:auto-service:1.0.1"

Datei anzeigen

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