mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-01 02:21:43 +02:00
Rollback bytebuddy dependency version upgrade
This commit is contained in:
@@ -79,7 +79,7 @@ dependencies {
|
|||||||
api 'com.github.ben-manes.caffeine:caffeine:3.2.0'
|
api 'com.github.ben-manes.caffeine:caffeine:3.2.0'
|
||||||
api 'com.squareup.okhttp3:okhttp:3.14.9'
|
api 'com.squareup.okhttp3:okhttp:3.14.9'
|
||||||
api 'com.squareup.okio:okio:1.17.6'
|
api 'com.squareup.okio:okio:1.17.6'
|
||||||
api 'net.bytebuddy:byte-buddy:1.17.5'
|
api 'net.bytebuddy:byte-buddy:1.15.11'
|
||||||
|
|
||||||
api('org.spongepowered:configurate-core:3.7.3') {
|
api('org.spongepowered:configurate-core:3.7.3') {
|
||||||
transitive = false
|
transitive = false
|
||||||
|
@@ -119,8 +119,8 @@ public enum Dependency {
|
|||||||
BYTEBUDDY(
|
BYTEBUDDY(
|
||||||
"net{}bytebuddy",
|
"net{}bytebuddy",
|
||||||
"byte-buddy",
|
"byte-buddy",
|
||||||
"1.17.5",
|
"1.15.11",
|
||||||
"cVaMn4OWZ3IZ9lAmj79kk97UhO3NvfLa5hKcpb6B6Ns=",
|
"+giZiq4ee9roO94HEsUOhETXHA4MGWuyJHrejUrQ65A=",
|
||||||
Relocation.of("bytebuddy", "net{}bytebuddy")
|
Relocation.of("bytebuddy", "net{}bytebuddy")
|
||||||
),
|
),
|
||||||
COMMODORE(
|
COMMODORE(
|
||||||
|
Reference in New Issue
Block a user