mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-23 11:07:01 +01:00
Switch text dependency back to 1.11 (#1404)
This commit is contained in:
parent
d9912cb93f
commit
7b8426977a
@ -2,7 +2,7 @@ dependencies {
|
||||
compile project(':luckperms-api')
|
||||
|
||||
compile 'org.checkerframework:checker-qual:2.5.5'
|
||||
compile('net.kyori:text:1.12-1.6.5') {
|
||||
compile('net.kyori:text:1.11-1.6.5') {
|
||||
exclude(module: 'checker-qual')
|
||||
exclude(module: 'guava')
|
||||
exclude(module: 'gson')
|
||||
|
@ -65,8 +65,8 @@ public enum Dependency {
|
||||
TEXT(
|
||||
"net{}kyori",
|
||||
"text",
|
||||
"1.12-1.6.5",
|
||||
"gcY9BvK2YbqrLR9EZE81UCyRT+c+ZWT5xDqBo6bhVXU=",
|
||||
"1.11-1.6.5",
|
||||
"I5D0U+Gsd5G3XO+W+4ZyO7Fyc8g7lt/up8oNpetq1W8=",
|
||||
Relocation.of("text", "net{}kyori{}text")
|
||||
),
|
||||
TEXT_ADAPTER_BUKKIT(
|
||||
|
Loading…
Reference in New Issue
Block a user