mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
Update dependencies for 1.18
This commit is contained in:
parent
fa17404133
commit
f35a9b6a09
@ -12,12 +12,12 @@ dependencies {
|
|||||||
compileOnly project(':common:loader-utils')
|
compileOnly project(':common:loader-utils')
|
||||||
|
|
||||||
compileOnly 'com.destroystokyo.paper:paper-api:1.15.2-R0.1-SNAPSHOT'
|
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-bom')
|
||||||
exclude(module: 'adventure-api')
|
exclude(module: 'adventure-api')
|
||||||
exclude(module: 'adventure-nbt')
|
exclude(module: 'adventure-nbt')
|
||||||
}
|
}
|
||||||
compileOnly 'me.lucko:commodore:1.10'
|
compileOnly 'me.lucko:commodore:1.11'
|
||||||
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
|
compileOnly('net.milkbowl.vault:VaultAPI:1.7') {
|
||||||
exclude(module: 'bukkit')
|
exclude(module: 'bukkit')
|
||||||
}
|
}
|
||||||
|
@ -7,7 +7,7 @@ dependencies {
|
|||||||
compileOnly project(':common:loader-utils')
|
compileOnly project(':common:loader-utils')
|
||||||
|
|
||||||
compileOnly 'net.md-5:bungeecord-api:1.16-R0.4'
|
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-bom')
|
||||||
exclude(module: 'adventure-api')
|
exclude(module: 'adventure-api')
|
||||||
exclude(module: 'adventure-nbt')
|
exclude(module: 'adventure-nbt')
|
||||||
|
@ -20,24 +20,24 @@ dependencies {
|
|||||||
compileOnly 'org.slf4j:slf4j-api:1.7.30'
|
compileOnly 'org.slf4j:slf4j-api:1.7.30'
|
||||||
compileOnly 'org.apache.logging.log4j:log4j-api:2.14.0'
|
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: 'adventure-bom')
|
||||||
exclude(module: 'checker-qual')
|
exclude(module: 'checker-qual')
|
||||||
exclude(module: 'annotations')
|
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-bom')
|
||||||
exclude(module: 'adventure-api')
|
exclude(module: 'adventure-api')
|
||||||
exclude(module: 'gson')
|
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-bom')
|
||||||
exclude(module: 'adventure-api')
|
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-bom')
|
||||||
exclude(module: 'adventure-api')
|
exclude(module: 'adventure-api')
|
||||||
}
|
}
|
||||||
|
@ -64,29 +64,29 @@ public enum Dependency {
|
|||||||
ADVENTURE(
|
ADVENTURE(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"adventure-api",
|
"adventure-api",
|
||||||
"4.8.1",
|
"4.9.4",
|
||||||
"S0Txix9BuhCD8pztmpDvbWqgKflNNqO/xBdXoNxrJSU=",
|
"bh1cB0ZdzxstqRfVowKbgAZM16T/CtJ7oIJCaknbGeM=",
|
||||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||||
),
|
),
|
||||||
ADVENTURE_PLATFORM(
|
ADVENTURE_PLATFORM(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"adventure-platform-api",
|
"adventure-platform-api",
|
||||||
"4.8.1",
|
"4.9.4",
|
||||||
"1LAWziMjueMDuNDNv1QqqJRt40inA9H7b3rI5cPc+ZU=",
|
"CZVyxNOi7ln7dgldfDs1m1M6d9w/bKG8Rp27qfAuTJw=",
|
||||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||||
),
|
),
|
||||||
ADVENTURE_PLATFORM_BUKKIT(
|
ADVENTURE_PLATFORM_BUKKIT(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"adventure-platform-bukkit",
|
"adventure-platform-bukkit",
|
||||||
"4.8.1",
|
"4.9.4",
|
||||||
"0YYq9QFRJBaPCOS4CVTCkT6BDAsnK38FaRPl6oc4sU8=",
|
"JkA3GGkf3pADA3PACYfdVlAglstgzz+ajAxElMXXn6I=",
|
||||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||||
),
|
),
|
||||||
ADVENTURE_PLATFORM_BUNGEECORD(
|
ADVENTURE_PLATFORM_BUNGEECORD(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"adventure-platform-bungeecord",
|
"adventure-platform-bungeecord",
|
||||||
"4.8.1",
|
"4.9.4",
|
||||||
"hmCpfgWQHMpDfuOji+TVp2GtKxSqgOLzy7bOFb32i7g=",
|
"a/p8/eIjbQnNlN5cJ/yIUjttZyJ/GRXgcsg8rhY7SwI=",
|
||||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||||
),
|
),
|
||||||
EVENT(
|
EVENT(
|
||||||
@ -128,8 +128,8 @@ public enum Dependency {
|
|||||||
COMMODORE(
|
COMMODORE(
|
||||||
"me{}lucko",
|
"me{}lucko",
|
||||||
"commodore",
|
"commodore",
|
||||||
"1.10",
|
"1.11",
|
||||||
"DJi8ZLaSwhoU49UBrIFzVBksaVAj8bthtVCnhuBPRz4=",
|
"TxlkwmLE04ipLfI4HSyC0mzYt/8gTSDBpfCSk+kiaZI=",
|
||||||
Relocation.of("commodore", "me{}lucko{}commodore")
|
Relocation.of("commodore", "me{}lucko{}commodore")
|
||||||
),
|
),
|
||||||
COMMODORE_FILE(
|
COMMODORE_FILE(
|
||||||
|
Loading…
Reference in New Issue
Block a user