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 b53be92 commit a45dd71Copy full SHA for a45dd71
codegen/build.gradle.kts
@@ -91,6 +91,9 @@ subprojects {
91
metaInf.with(licenseSpec)
92
from(sourceSets.main.get().allSource)
93
archiveClassifier.set("sources")
94
+ // Add explicit dependency on the task that generates resources
95
+ dependsOn("set-aws-sdk-versions")
96
+ duplicatesStrategy = DuplicatesStrategy.EXCLUDE
97
}
98
99
tasks.register<Jar>("javadocJar") {
0 commit comments