Skip to content

Commit 6e58c3e

Browse files
author
Jose Vitor Schneid
authored
Fix validation-model and aws-protocol-tests builds (#1880)
This commit updates the build task for a pair of packages that depend on the SmithyBuildJar task. This change is needed after changes in common sourcesJar task to include resource files in source jars, which was conflicting with the output of the SmithyBuildJar task output.
1 parent 3c76fdc commit 6e58c3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

smithy-aws-protocol-tests/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ dependencies {
3030
implementation project(":smithy-aws-traits")
3131
api project(":smithy-validation-model")
3232
}
33+
34+
tasks["sourcesJar"].dependsOn("smithyBuildJar")

smithy-validation-model/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ ext {
2727
dependencies {
2828
implementation project(path: ":smithy-cli", configuration: "shadow")
2929
}
30+
31+
tasks["sourcesJar"].dependsOn("smithyBuildJar")

0 commit comments

Comments
 (0)