Skip to content

Commit

Permalink
Exclude duplicates from -all.jar (#3430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal authored Jun 29, 2021
1 parent 9d1ab64 commit c16999c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javaagent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ shadowJar {
dependsOn("${it.path}:shadowJar")
}
with isolateSpec(projectsWithShadowJar)
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
}

//Includes instrumentations, but not exporters
Expand Down

0 comments on commit c16999c

Please sign in to comment.