We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45dd71 commit 39434c3Copy full SHA for 39434c3
codegen/build.gradle.kts
@@ -93,7 +93,7 @@ subprojects {
93
archiveClassifier.set("sources")
94
// Add explicit dependency on the task that generates resources
95
dependsOn("set-aws-sdk-versions")
96
- duplicatesStrategy = DuplicatesStrategy.EXCLUDE
+ duplicatesStrategy = DuplicatesStrategy.INCLUDE
97
}
98
99
tasks.register<Jar>("javadocJar") {
0 commit comments