File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ dependencies {
151151 codegen(libs.smithy.cli)
152152 codegen(libs.smithy.model)
153153 codegen(libs.smithy.smoke.test.traits)
154+ codegen(libs.smithy.aws.smoke.test.model)
154155}
155156
156157tasks.generateSmithyProjections {
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ smithy-aws-cloudformation-traits = { module = "software.amazon.smithy:smithy-aws
9494smithy-model = { module = " software.amazon.smithy:smithy-model" , version.ref = " smithy-version" }
9595smithy-protocol-test-traits = { module = " software.amazon.smithy:smithy-protocol-test-traits" , version.ref = " smithy-version" }
9696smithy-smoke-test-traits = { module = " software.amazon.smithy:smithy-smoke-test-traits" , version.ref = " smithy-version" }
97+ smithy-aws-smoke-test-model = { module = " software.amazon.smithy:smithy-aws-smoke-test-model" , version.ref = " smithy-version" }
9798
9899junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit-version" }
99100junit-jupiter-params = { module = " org.junit.jupiter:junit-jupiter-params" , version.ref = " junit-version" }
You can’t perform that action at this time.
0 commit comments