Skip to content

Commit

Permalink
Relocate kyori legacy and gson separate for bungeecord
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlManu committed Nov 15, 2023
1 parent b9d4ed6 commit 079a2fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bungeecord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ dependencies {
}

shadowJar {
relocate 'net.kyori.adventure.text.serializer', 'io.github.retrooper.packetevents.adventure.serializer'
relocate 'net.kyori.adventure.text.serializer.gson', 'io.github.retrooper.packetevents.adventure.serializer.gson'
relocate 'net.kyori.adventure.text.serializer.legacy', 'io.github.retrooper.packetevents.adventure.serializer.legacy'
relocate 'net.kyori.adventure.util.Codec', 'io.github.retrooper.packetevents.adventure.util.Codec'
dependencies {
exclude(dependency('com.google.code.gson:gson:2.8.0'))
}
}
}

0 comments on commit 079a2fc

Please sign in to comment.