Skip to content

Commit

Permalink
Removed package relocation in shadow jar
Browse files Browse the repository at this point in the history
(cherry picked from commit 030ffef)
  • Loading branch information
lamba92 committed Jan 12, 2024
1 parent 1b9e626 commit 65739e8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ fun Project.configureGradleIntellijPlugin(packageSearchExtension: PackageSearchE
}
tasks {
val shadowJar = named<ShadowJar>("shadowJar") {
relocate("io.ktor", "shadow.io.ktor")
relocate("kotlinx.serialization", "shadow.kotlinx.serialization")
relocate("kotlinx.datetime", "shadow.kotlinx.datetime")
exclude {
it.name.containsAny(packageSearchExtension.librariesToDelete.get())
&& !it.name.containsAny(packageSearchExtension.librariesToKeep.get())
Expand Down

0 comments on commit 65739e8

Please sign in to comment.