Skip to content

Commit

Permalink
Exclude dagger tracking file from shaded JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnerbart committed Dec 3, 2024
1 parent 9678576 commit 6420427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ tasks.shadowJar {
relocate("org.jctools", "${shadePrefix}org.jctools")
relocate("org.jetbrains", "${shadePrefix}org.jetbrains")
relocate("dagger", "${shadePrefix}dagger")
exclude("META-INF/com.google.dagger_dagger.version")
relocate("javax.inject", "${shadePrefix}javax.inject")

minimize()
Expand Down

0 comments on commit 6420427

Please sign in to comment.