Skip to content

Commit

Permalink
Fixed relocation bug in buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias de Bruijn committed May 13, 2021
1 parent c2fb676 commit 4ff0dac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ task testJar(type: ShadowJar) {
relocate 'dev.array21', 'nl.thedutchmc.harotorch.libs.dev.array21'
relocate 'org.apache.commons.io', 'nl.thedutchmc.harotorch.libs.org.apache.commons.io'
relocate 'nl.thedutchmc.httplib', 'nl.thedutchmc.harotorch.libs.nl.thedutchmc.httplib'
relocate 'com.google', 'nl.thedutchmc.harotorch.libs.com.google'
relocate 'javax', 'nl.thedutchmc.harotorch.libs.javax'
relocate 'org.checkerframework', 'nl.thedutchmc.harotorch.libs.checkerframework'

destinationDirectory = file("$rootDir/server/plugins")
}
Expand All @@ -70,9 +67,6 @@ task releaseJar(type: ShadowJar) {
relocate 'dev.array21', 'nl.thedutchmc.harotorch.libs.dev.array21'
relocate 'org.apache.commons.io', 'nl.thedutchmc.harotorch.libs.org.apache.commons.io'
relocate 'nl.thedutchmc.httplib', 'nl.thedutchmc.harotorch.libs.nl.thedutchmc.httplib'
relocate 'com.google', 'nl.thedutchmc.harotorch.libs.com.google'
relocate 'javax', 'nl.thedutchmc.harotorch.libs.javax'
relocate 'org.checkerframework', 'nl.thedutchmc.harotorch.libs.checkerframework'

destinationDirectory = file("$rootDir/releases")
}
Expand All @@ -89,9 +83,6 @@ task ghActions(type: ShadowJar) {
relocate 'dev.array21', 'nl.thedutchmc.harotorch.libs.dev.array21'
relocate 'org.apache.commons.io', 'nl.thedutchmc.harotorch.libs.org.apache.commons.io'
relocate 'nl.thedutchmc.httplib', 'nl.thedutchmc.harotorch.libs.nl.thedutchmc.httplib'
relocate 'com.google', 'nl.thedutchmc.harotorch.libs.com.google'
relocate 'javax', 'nl.thedutchmc.harotorch.libs.javax'
relocate 'org.checkerframework', 'nl.thedutchmc.harotorch.libs.checkerframework'

destinationDirectory = file("$rootDir/actions")
}

0 comments on commit 4ff0dac

Please sign in to comment.