mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Update adventure-platform for 1.17 (#3127)
This commit is contained in:
parent
0fa3095241
commit
b3ebf202fd
@ -12,7 +12,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.7.0') {
|
||||
compileOnly('me.lucko:adventure-platform-bukkit:4.8.1') {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'adventure-api')
|
||||
exclude(module: 'adventure-nbt')
|
||||
|
@ -7,7 +7,7 @@ dependencies {
|
||||
compileOnly project(':common:loader-utils')
|
||||
|
||||
compileOnly 'net.md-5:bungeecord-api:1.15-SNAPSHOT'
|
||||
compileOnly('me.lucko:adventure-platform-bungeecord:4.7.0') {
|
||||
compileOnly('me.lucko:adventure-platform-bungeecord:4.8.1') {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'adventure-api')
|
||||
exclude(module: 'adventure-nbt')
|
||||
|
@ -16,24 +16,24 @@ dependencies {
|
||||
compileOnly 'org.slf4j:slf4j-api:1.7.30'
|
||||
compileOnly 'org.apache.logging.log4j:log4j-api:2.14.0'
|
||||
|
||||
compile('net.kyori:adventure-api:4.7.0') {
|
||||
compile('net.kyori:adventure-api:4.8.1') {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'checker-qual')
|
||||
exclude(module: 'annotations')
|
||||
}
|
||||
|
||||
compile('net.kyori:adventure-text-serializer-gson:4.7.0') {
|
||||
compile('net.kyori:adventure-text-serializer-gson:4.8.1') {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'adventure-api')
|
||||
exclude(module: 'gson')
|
||||
}
|
||||
|
||||
compile('net.kyori:adventure-text-serializer-legacy:4.7.0') {
|
||||
compile('net.kyori:adventure-text-serializer-legacy:4.8.1') {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'adventure-api')
|
||||
}
|
||||
|
||||
compile('net.kyori:adventure-text-serializer-plain:4.7.0') {
|
||||
compile('net.kyori:adventure-text-serializer-plain:4.8.1') {
|
||||
exclude(module: 'adventure-bom')
|
||||
exclude(module: 'adventure-api')
|
||||
}
|
||||
|
@ -63,29 +63,29 @@ public enum Dependency {
|
||||
ADVENTURE(
|
||||
"me{}lucko",
|
||||
"adventure-api",
|
||||
"4.7.1",
|
||||
"Kp0YN1he11ykhB9vSnUVHRq4/pTuOon+XuklDsSHsQw=",
|
||||
"4.8.1",
|
||||
"S0Txix9BuhCD8pztmpDvbWqgKflNNqO/xBdXoNxrJSU=",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
),
|
||||
ADVENTURE_PLATFORM(
|
||||
"me{}lucko",
|
||||
"adventure-platform-api",
|
||||
"4.7.0",
|
||||
"CyYWxQuoN4vHte/5HuFDZEqrBGMi9Vv7uH3toJW1Z5Y=",
|
||||
"4.8.1",
|
||||
"1LAWziMjueMDuNDNv1QqqJRt40inA9H7b3rI5cPc+ZU=",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
),
|
||||
ADVENTURE_PLATFORM_BUKKIT(
|
||||
"me{}lucko",
|
||||
"adventure-platform-bukkit",
|
||||
"4.7.0",
|
||||
"9H5MHWbJlZAHZR5zqqjW3QBU0GhJ1l9KgLGE4mKHDe8=",
|
||||
"4.8.1",
|
||||
"0YYq9QFRJBaPCOS4CVTCkT6BDAsnK38FaRPl6oc4sU8=",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
),
|
||||
ADVENTURE_PLATFORM_BUNGEECORD(
|
||||
"me{}lucko",
|
||||
"adventure-platform-bungeecord",
|
||||
"4.7.0",
|
||||
"puM9PtfRzhp1Gq+ZxRAhVZqDblN1P2bb8FUnhLkMVsA=",
|
||||
"4.8.1",
|
||||
"hmCpfgWQHMpDfuOji+TVp2GtKxSqgOLzy7bOFb32i7g=",
|
||||
Relocation.of("adventure", "net{}kyori{}adventure")
|
||||
),
|
||||
EVENT(
|
||||
|
Loading…
Reference in New Issue
Block a user