File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
generic-client-test-codegen Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ tasks["jar"].enabled = false
4747// from smithy-aws-typescript-codegen.
4848tasks[" smithyBuildJar" ].enabled = false
4949
50- tasks.create <SmithyBuild >(" buildSdk" ) {
50+ tasks.register <SmithyBuild >(" buildSdk" ) {
5151 addRuntimeClasspath = true
5252}
5353
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ tasks["jar"].enabled = false
4747// from smithy-aws-typescript-codegen.
4848tasks[" smithyBuildJar" ].enabled = false
4949
50- tasks.create <SmithyBuild >(" buildSdk" ) {
50+ tasks.register <SmithyBuild >(" buildSdk" ) {
5151 addRuntimeClasspath = true
5252}
5353
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ tasks["jar"].enabled = false
5656// from smithy-aws-typescript-codegen.
5757tasks[" smithyBuildJar" ].enabled = false
5858
59- tasks.create <SmithyBuild >(" buildSdk" ) {
59+ tasks.register <SmithyBuild >(" buildSdk" ) {
6060 addRuntimeClasspath = true
6161}
6262
You can’t perform that action at this time.
0 commit comments