Skip to content

Commit

Permalink
relocation removed
Browse files Browse the repository at this point in the history
  • Loading branch information
m-raab committed Sep 16, 2020
1 parent 7e56c71 commit 96cee40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ tasks {
}
}

val relocateShadowJar = register<com.github.jengelman.gradle.plugins.shadow.tasks.ConfigureShadowRelocation>("relocateShadowJar") {
target = shadowJar.get()
prefix = "intershop.shadow"
}
//val relocateShadowJar = register<com.github.jengelman.gradle.plugins.shadow.tasks.ConfigureShadowRelocation>("relocateShadowJar") {
// target = shadowJar.get()
// prefix = "intershop.shadow"
//}

val shadowJar = named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
archiveClassifier.set("")

mergeServiceFiles()
configurations = listOf(shaded)

dependsOn(relocateShadowJar)
// dependsOn(relocateShadowJar)
}

named<Jar>("jar") {
Expand Down

0 comments on commit 96cee40

Please sign in to comment.