Switch text dependency back to 1.11 (#1404)

This commit is contained in:
Luck 2019-01-28 10:39:08 +00:00
parent d9912cb93f
commit 7b8426977a
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 3 additions and 3 deletions

View File

@ -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')

View File

@ -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(