File tree Expand file tree Collapse file tree 6 files changed +9
-43
lines changed
smithy-aws-python-codegen
smithy-python-codegen-test
smithy-python-protocol-test Expand file tree Collapse file tree 6 files changed +9
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ pluginManagement {
2626 }
2727 val smithyGradleVersion: String by settings
2828 plugins {
29- id(" software.amazon.smithy.gradle.smithy-base" ).version(smithyGradleVersion )
29+ id(" software.amazon.smithy.gradle.smithy-base" ).version(" 1.1.0 " )
3030 }
3131}
Original file line number Diff line number Diff line change @@ -7,21 +7,7 @@ description = "Generates AWS Python code from Smithy models"
77extra[" displayName" ] = " Smithy :: AWS :: Python :: Codegen"
88extra[" moduleName" ] = " software.amazon.smithy.aws.python.codegen"
99
10- val smithyVersion: String by project
11-
12- buildscript {
13- val smithyVersion: String by project
14-
15- repositories {
16- mavenLocal()
17- mavenCentral()
18- }
19- dependencies {
20- " classpath" (" software.amazon.smithy:smithy-cli:$smithyVersion " )
21- }
22- }
23-
2410dependencies {
2511 implementation(project(" :smithy-python-codegen" ))
26- implementation(" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
12+ implementation(" software.amazon.smithy:smithy-aws-traits:1.52.0 " )
2713}
Original file line number Diff line number Diff line change @@ -26,10 +26,8 @@ repositories {
2626 mavenCentral()
2727}
2828
29- val smithyVersion: String by project
30-
3129dependencies {
3230 implementation(project(" :smithy-python-codegen" ))
33- implementation(" software.amazon.smithy:smithy-waiters:$smithyVersion " )
34- implementation(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
31+ implementation(" software.amazon.smithy:smithy-waiters:1.52.0 " )
32+ implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.52.0 " )
3533}
Original file line number Diff line number Diff line change @@ -17,24 +17,10 @@ description = "Generates Python code from Smithy models"
1717extra[" displayName" ] = " Smithy :: Python :: Codegen"
1818extra[" moduleName" ] = " software.amazon.smithy.python.codegen"
1919
20- val smithyVersion: String by project
21-
22- buildscript {
23- val smithyVersion: String by project
24-
25- repositories {
26- mavenLocal()
27- mavenCentral()
28- }
29- dependencies {
30- " classpath" (" software.amazon.smithy:smithy-cli:$smithyVersion " )
31- }
32- }
33-
3420dependencies {
35- api(" software.amazon.smithy:smithy-codegen-core:$smithyVersion " )
36- implementation(" software.amazon.smithy:smithy-waiters:$smithyVersion " )
37- implementation(" software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion " )
21+ api(" software.amazon.smithy:smithy-codegen-core:1.52.0 " )
22+ implementation(" software.amazon.smithy:smithy-waiters:1.52.0 " )
23+ implementation(" software.amazon.smithy:smithy-protocol-test-traits:1.52.0 " )
3824 // We have this because we're using RestJson1 as a 'generic' protocol.
39- implementation(" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
25+ implementation(" software.amazon.smithy:smithy-aws-traits:1.52.0 " )
4026}
Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ repositories {
2626 mavenCentral()
2727}
2828
29- val smithyVersion: String by project
30-
3129dependencies {
3230 implementation(project(" :smithy-python-codegen" ))
33- implementation(" software.amazon.smithy:smithy-aws-protocol-tests:$smithyVersion " )
31+ implementation(" software.amazon.smithy:smithy-aws-protocol-tests:1.52.0 " )
3432}
You can’t perform that action at this time.
0 commit comments