Skip to content

Commit

Permalink
Shade class references within AWS SDK service files. (#4719)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga committed Nov 26, 2021
1 parent a83d074 commit 1f6a42d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ plugins {

tasks.withType<ShadowJar>().configureEach {
mergeServiceFiles()
// Merge any AWS SDK service files that may be present (too bad they didn't just use normal
// service loader...)
mergeServiceFiles("software/amazon/awssdk/global/handlers")

exclude("**/module-info.class")

Expand Down

0 comments on commit 1f6a42d

Please sign in to comment.