File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ smithyVersion =1.14.0
Original file line number Diff line number Diff line change 1515
1616import software.amazon.smithy.gradle.tasks.SmithyBuild
1717
18+ val smithyVersion: String by project
19+
1820plugins {
1921 id(" software.amazon.smithy" ) version " 0.5.3"
2022}
2123
2224dependencies {
23- implementation(" software.amazon.smithy:smithy-aws-protocol-tests:[1.14.0,1.15.0[ " )
25+ implementation(" software.amazon.smithy:smithy-aws-protocol-tests:$smithyVersion " )
2426 implementation(project(" :smithy-aws-go-codegen" ))
2527}
2628
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ import software.amazon.smithy.model.node.Node
1818import software.amazon.smithy.model.shapes.ServiceShape
1919import software.amazon.smithy.gradle.tasks.SmithyBuild
2020import software.amazon.smithy.aws.traits.ServiceTrait
21- import kotlin.streams.toList
2221
2322buildscript {
23+ val smithyVersion: String by project
2424 dependencies {
25- " classpath" (" software.amazon.smithy:smithy-aws-traits:[1.13.1,2.0.0[ " )
25+ " classpath" (" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
2626 }
2727}
2828
Original file line number Diff line number Diff line change 1313 * permissions and limitations under the License.
1414 */
1515
16+ val smithyVersion: String by project
17+
1618plugins {
1719 `java- library`
1820 jacoco
@@ -32,9 +34,9 @@ tasks.withType<Test> {
3234}
3335
3436dependencies {
35- api(" software.amazon.smithy:smithy-aws-traits:[1.14.0,2.0.0[ " )
36- api(" software.amazon.smithy:smithy-aws-iam-traits:[1.14.0,2.0.0[ " )
37- api(" software.amazon.smithy:smithy-aws-cloudformation-traits:[1.14.0,2.0.0[ " )
37+ api(" software.amazon.smithy:smithy-aws-traits:$smithyVersion " )
38+ api(" software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion " )
39+ api(" software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion " )
3840 api(" software.amazon.smithy.go:smithy-go-codegen:0.1.0" )
3941 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.4.0" )
4042 testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.4.0" )
You can’t perform that action at this time.
0 commit comments