Skip to content

Commit

Permalink
fix: remove unnecessary exclusions and relocations in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeV220 committed Jul 1, 2023
1 parent 61a33b4 commit fa7b750
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ dependencies {

shadowJar {
archiveClassifier = ''
exclude("de/tr7zw/nbtapi/plugin/**")
exclude("plugin.yml")
relocate 'de.tr7zw', 'com.georgev22.library.minecraft.nbt'
relocate 'com.cryptomorin.xseries', 'com.georgev22.library.minecraft.xseries'
relocate 'org.yaml.snakeyaml', 'com.georgev22.library.snakeyaml'
}
Expand Down
2 changes: 0 additions & 2 deletions minecraft/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ dependencies {

shadowJar {
archiveClassifier = ''
exclude("de/tr7zw/nbtapi/plugin/**")
exclude("plugin.yml")
relocate 'de.tr7zw', 'com.georgev22.library.minecraft.nbt'
relocate 'com.cryptomorin.xseries', 'com.georgev22.library.minecraft.xseries'
}

Expand Down

0 comments on commit fa7b750

Please sign in to comment.