Update dependencies for 1.18

This commit is contained in:
Luck 2021-12-02 13:24:02 +00:00
parent fa17404133
commit f35a9b6a09
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
4 changed files with 17 additions and 17 deletions

View File

@ -12,12 +12,12 @@ 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.8.1') {
compileOnly('me.lucko:adventure-platform-bukkit:4.9.4') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')
}
compileOnly 'me.lucko:commodore:1.10'
compileOnly 'me.lucko:commodore:1.11'
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
exclude(module: 'bukkit')
}

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.8.1') {
compileOnly('me.lucko:adventure-platform-bungeecord:4.9.4') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'adventure-nbt')

View File

@ -20,24 +20,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.8.1') {
api('net.kyori:adventure-api:4.9.3') {
exclude(module: 'adventure-bom')
exclude(module: 'checker-qual')
exclude(module: 'annotations')
}
api('net.kyori:adventure-text-serializer-gson:4.8.1') {
api('net.kyori:adventure-text-serializer-gson:4.9.3') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
exclude(module: 'gson')
}
api('net.kyori:adventure-text-serializer-legacy:4.8.1') {
api('net.kyori:adventure-text-serializer-legacy:4.9.3') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
}
api('net.kyori:adventure-text-serializer-plain:4.8.1') {
api('net.kyori:adventure-text-serializer-plain:4.9.3') {
exclude(module: 'adventure-bom')
exclude(module: 'adventure-api')
}

View File

@ -64,29 +64,29 @@ public enum Dependency {
ADVENTURE(
"me{}lucko",
"adventure-api",
"4.8.1",
"S0Txix9BuhCD8pztmpDvbWqgKflNNqO/xBdXoNxrJSU=",
"4.9.4",
"bh1cB0ZdzxstqRfVowKbgAZM16T/CtJ7oIJCaknbGeM=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
ADVENTURE_PLATFORM(
"me{}lucko",
"adventure-platform-api",
"4.8.1",
"1LAWziMjueMDuNDNv1QqqJRt40inA9H7b3rI5cPc+ZU=",
"4.9.4",
"CZVyxNOi7ln7dgldfDs1m1M6d9w/bKG8Rp27qfAuTJw=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
ADVENTURE_PLATFORM_BUKKIT(
"me{}lucko",
"adventure-platform-bukkit",
"4.8.1",
"0YYq9QFRJBaPCOS4CVTCkT6BDAsnK38FaRPl6oc4sU8=",
"4.9.4",
"JkA3GGkf3pADA3PACYfdVlAglstgzz+ajAxElMXXn6I=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
ADVENTURE_PLATFORM_BUNGEECORD(
"me{}lucko",
"adventure-platform-bungeecord",
"4.8.1",
"hmCpfgWQHMpDfuOji+TVp2GtKxSqgOLzy7bOFb32i7g=",
"4.9.4",
"a/p8/eIjbQnNlN5cJ/yIUjttZyJ/GRXgcsg8rhY7SwI=",
Relocation.of("adventure", "net{}kyori{}adventure")
),
EVENT(
@ -128,8 +128,8 @@ public enum Dependency {
COMMODORE(
"me{}lucko",
"commodore",
"1.10",
"DJi8ZLaSwhoU49UBrIFzVBksaVAj8bthtVCnhuBPRz4=",
"1.11",
"TxlkwmLE04ipLfI4HSyC0mzYt/8gTSDBpfCSk+kiaZI=",
Relocation.of("commodore", "me{}lucko{}commodore")
),
COMMODORE_FILE(