File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ import software.amazon.smithy.gradle.tasks.SmithyBuild
1717
1818val smithyVersion: String by project
1919
20+ buildscript {
21+ val smithyVersion: String by project
22+ repositories {
23+ mavenCentral()
24+ }
25+ dependencies {
26+ " classpath" (" software.amazon.smithy:smithy-cli:$smithyVersion " )
27+ }
28+ }
29+
2030plugins {
2131 id(" software.amazon.smithy" ) version " 0.5.3"
2232}
Original file line number Diff line number Diff line change @@ -19,9 +19,15 @@ import software.amazon.smithy.model.shapes.ServiceShape
1919import software.amazon.smithy.gradle.tasks.SmithyBuild
2020import software.amazon.smithy.aws.traits.ServiceTrait
2121
22+ val smithyVersion: String by project
23+
2224buildscript {
2325 val smithyVersion: String by project
26+ repositories {
27+ mavenCentral()
28+ }
2429 dependencies {
30+ " classpath" (" software.amazon.smithy:smithy-cli:$smithyVersion " )
2531 " classpath" (" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
2632 }
2733}
You can’t perform that action at this time.
0 commit comments