Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
fix: bad relocation of json lib
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Mar 29, 2024
1 parent 621df02 commit f6cd93a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ shadowJar {
relocate 'dev.vankka', 'net.william278.huskchat.libraries'
relocate 'de.exlll', 'net.william278.huskchat.libraries'
relocate 'org.snakeyaml.engine', 'net.william278.huskchat.libraries.snakeyaml.engine'
relocate 'org.json', 'net.william278.husksync.libraries.json'
relocate 'org.json', 'net.william278.huskchat.libraries.json'

relocate 'org.apache', 'net.william278.huskchat.libraries'
relocate 'org.jetbrains', 'net.william278.huskchat.libraries'
Expand Down
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shadowJar {
relocate 'dev.vankka', 'net.william278.huskchat.libraries'
relocate 'de.exlll', 'net.william278.huskchat.libraries'
relocate 'org.snakeyaml.engine', 'net.william278.huskchat.libraries.snakeyaml.engine'
relocate 'org.json', 'net.william278.husksync.libraries.json'
relocate 'org.json', 'net.william278.huskchat.libraries.json'

relocate 'org.apache', 'net.william278.huskchat.libraries'
relocate 'org.jetbrains', 'net.william278.huskchat.libraries'
Expand Down
2 changes: 1 addition & 1 deletion velocity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ shadowJar {
relocate 'dev.vankka', 'net.william278.huskchat.libraries'
relocate 'de.exlll', 'net.william278.huskchat.libraries'
relocate 'org.snakeyaml.engine', 'net.william278.huskchat.libraries.snakeyaml.engine'
relocate 'org.json', 'net.william278.husksync.libraries.json'
relocate 'org.json', 'net.william278.huskchat.libraries.json'

relocate 'org.apache', 'net.william278.huskchat.libraries'
relocate 'org.jetbrains', 'net.william278.huskchat.libraries'
Expand Down

0 comments on commit f6cd93a

Please sign in to comment.