File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -62,16 +62,7 @@ val buildSdk = tasks.register<SmithyBuildTask>("buildSdk") {
6262 val clientNameProp: String? by project
6363 if (! (clientNameProp?.isEmpty() ? : true )) {
6464 smithyBuildConfigs.set(files(" smithy-build-" + clientNameProp + " .json" ))
65- } else {
66- smithyBuildConfigs.set(files(" smithy-build.json" ))
67- }
68- }
69-
70- configure< software.amazon.smithy.gradle.SmithyExtension > {
71- val clientNameProp: String? by project
72- if (! (clientNameProp?.isEmpty() ? : true )) {
73- smithyBuildConfigs.set(files(" smithy-build-" + clientNameProp + " .json" ))
74- outputDirectory.set(file(" build-single/" + clientNameProp))
65+ outputDir.set(file(" build-single/" + clientNameProp))
7566 } else {
7667 smithyBuildConfigs.set(files(" smithy-build.json" ))
7768 }
You can’t perform that action at this time.
0 commit comments