Skip to content

Commit

Permalink
Remove unused relocation
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs committed Aug 16, 2024
1 parent 4fbdbe4 commit d575284
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies{
testImplementation("com.fasterxml.jackson.core", "jackson-databind", "2.14.2")

testRuntimeOnly("org.junit.jupiter", "junit-jupiter-engine")

}

bukkit {
Expand Down
1 change: 0 additions & 1 deletion latest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ tasks {
rename{"schematic-brush-database.jar"}
}
shadowJar {
relocate("de.eldoria.messageblocker", "de.eldoria.schematicbrush.libs.messageblocker")
mergeServiceFiles()
}

Expand Down
1 change: 0 additions & 1 deletion legacy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ publishing {
tasks {
shadowJar {
relocate("de.eldoria.eldoutilities", "de.eldoria.schematicbrush.libs.eldoutilities")
relocate("de.eldoria.messageblocker", "de.eldoria.schematicbrush.libs.messageblocker")
mergeServiceFiles()
}

Expand Down

0 comments on commit d575284

Please sign in to comment.