Skip to content

Commit bb6ad1e

Browse files
Gooolerfacebook-github-bot
authored andcommitted
Shadow 9.0.2 (#555)
Summary: Pull Request resolved: #555 Reviewed By: hick209 Differential Revision: D81132131 Pulled By: cortinico fbshipit-source-id: 5243323c31d1750816763db0f37f759827289eae
1 parent f8fcec6 commit bb6ad1e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

core/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ tasks {
109109
}
110110

111111
// Fat jar
112-
shadowJar { archiveClassifier.set("with-dependencies") }
112+
shadowJar {
113+
archiveClassifier = "with-dependencies"
114+
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
115+
failOnDuplicateEntries = true
116+
}
113117
}
114118

115119
kotlin {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gradlePlugin-dokka = "2.0.0"
1515
gradlePlugin-intelliJPlatform = "2.6.0"
1616
gradlePlugin-ktfmt = "0.22.0"
1717
gradlePlugin-nexusPublish = "2.0.0"
18-
gradlePlugin-shadowJar = "9.0.0-beta13"
18+
gradlePlugin-shadowJar = "9.0.2"
1919

2020
[libraries]
2121
amazon-aws-lambda-core = { module = "com.amazonaws:aws-lambda-java-core", version.ref = "com-amazonaws-aws-lambda-java-core" }

0 commit comments

Comments
 (0)