Bump adventure version

This commit is contained in:
Luck 2022-06-12 17:48:29 +01:00
parent 79a08610e0
commit 9b2bbb3e53
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
4 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@ dependencies {
compileOnly project(':common:loader-utils')
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
compileOnly('me.lucko:adventure-platform-bukkit:4.9.4') {
compileOnly('net.kyori:adventure-platform-bukkit:4.1.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')

View File

@ -7,7 +7,7 @@ dependencies {
compileOnly project(':common:loader-utils')
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
compileOnly('me.lucko:adventure-platform-bungeecord:4.9.4') {
compileOnly('net.kyori:adventure-platform-bungeecord:4.1.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')

View File

@ -21,24 +21,24 @@ dependencies {
compileOnly 'org.slf4j:slf4j-api:1.7.30'
compileOnly 'org.apache.logging.log4j:log4j-api:2.14.0'
api('net.kyori:adventure-api:4.9.3') {
api('net.kyori:adventure-api:4.11.0') {
exclude(module: 'adventure-bom')
exclude(module: 'checker-qual')
exclude(module: 'annotations')
}
api('net.kyori:adventure-text-serializer-gson:4.9.3') {
api('net.kyori:adventure-text-serializer-gson:4.11.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'gson')
}
api('net.kyori:adventure-text-serializer-legacy:4.9.3') {
api('net.kyori:adventure-text-serializer-legacy:4.11.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
}
api('net.kyori:adventure-text-serializer-plain:4.9.3') {
api('net.kyori:adventure-text-serializer-plain:4.11.0') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
}

View File

@ -64,29 +64,29 @@ public enum Dependency {
ADVENTURE(
"me{}lucko",
"adventure-api",
"4.9.4",
"bh1cB0ZdzxstqRfVowKbgAZM16T/CtJ7oIJCaknbGeM=",
"4.11.0",
"7xrFaBbsTiQPZKBDzvDnTd8XIgOsHTy9qQICm3342GU=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
ADVENTURE_PLATFORM(
"me{}lucko",
"adventure-platform-api",
"4.9.4",
"CZVyxNOi7ln7dgldfDs1m1M6d9w/bKG8Rp27qfAuTJw=",
"4.11.0",
"rFUSnKY6xEGCjgxqSl6/oJw2deCA/x834HlcCQEI1K4=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
ADVENTURE_PLATFORM_BUKKIT(
"me{}lucko",
"adventure-platform-bukkit",
"4.9.4",
"JkA3GGkf3pADA3PACYfdVlAglstgzz+ajAxElMXXn6I=",
"4.11.0",
"usbxLJmMp+fb9cnnRNlHnOVSgd5NZfColiVlsjmMulo=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
ADVENTURE_PLATFORM_BUNGEECORD(
"me{}lucko",
"adventure-platform-bungeecord",
"4.9.4",
"a/p8/eIjbQnNlN5cJ/yIUjttZyJ/GRXgcsg8rhY7SwI=",
"4.11.0",
"+WUdRdZ6qkacw3ha/R3ayLx46soMywGe70Zmnw4yha8=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
EVENT(