File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
generic-client-test-codegen Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ dependencies {
4545// This project doesn't produce a JAR.
4646tasks[" jar" ].enabled = false
4747
48+ // Run the SmithyBuild task manually since this project needs the built JAR
49+ // from smithy-aws-typescript-codegen.
50+ tasks[" smithyBuild" ].enabled = false
51+
4852val buildSdk = tasks.register<SmithyBuildTask >(" buildSdk" ) {
4953 models.set(files(" model/" ))
5054 smithyBuildConfigs.set(files(" smithy-build.json" ))
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ dependencies {
4545// This project doesn't produce a JAR.
4646tasks[" jar" ].enabled = false
4747
48+ // Run the SmithyBuild task manually since this project needs the built JAR
49+ // from smithy-aws-typescript-codegen.
50+ tasks[" smithyBuild" ].enabled = false
51+
4852val buildSdk = tasks.register<SmithyBuildTask >(" buildSdk" ) {
4953 models.set(files(" model/" ))
5054 smithyBuildConfigs.set(files(" smithy-build.json" ))
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ dependencies {
5454// This project doesn't produce a JAR.
5555tasks[" jar" ].enabled = false
5656
57+ // Run the SmithyBuild task manually since this project needs the built JAR
58+ // from smithy-aws-typescript-codegen.
59+ tasks[" smithyBuild" ].enabled = false
60+
5761val buildSdk = tasks.register<SmithyBuildTask >(" buildSdk" ) {
5862 models.set(files(" model/" ))
5963 smithyBuildConfigs.set(files(" smithy-build.json" ))
You can’t perform that action at this time.
0 commit comments