File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed
generic-client-test-codegen Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ buildscript {
3030}
3131
3232plugins {
33- val smithyGradleVersion : String by project
34- id(" software.amazon.smithy" ).version(smithyGradleVersion )
33+ val smithyPluginVersion : String by project
34+ id(" software.amazon.smithy" ).version(smithyPluginVersion )
3535}
3636
3737dependencies {
Original file line number Diff line number Diff line change 11smithyVersion =1.53.0
2- smithyGradleVersion =0.6.0
2+ smithyGradleVersion =1.2.0
3+ smithyPluginVersion =0.6.0
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ buildscript {
3030}
3131
3232plugins {
33- val smithyGradleVersion : String by project
34- id(" software.amazon.smithy" ).version(smithyGradleVersion )
33+ val smithyPluginVersion : String by project
34+ id(" software.amazon.smithy" ).version(smithyPluginVersion )
3535}
3636
3737dependencies {
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ buildscript {
3838}
3939
4040plugins {
41- val smithyGradleVersion : String by project
42- id(" software.amazon.smithy" ).version(smithyGradleVersion )
41+ val smithyPluginVersion : String by project
42+ id(" software.amazon.smithy" ).version(smithyPluginVersion )
4343}
4444
4545dependencies {
Original file line number Diff line number Diff line change 3535 .filter { it.isDirectory }
3636 .forEach { includeBuild(it.absolutePath) }
3737 }
38+
39+ pluginManagement {
40+ val smithyGradleVersion: String by settings
41+ plugins {
42+ id(" software.amazon.smithy.gradle.smithy-jar" ).version(smithyGradleVersion)
43+ id(" software.amazon.smithy.gradle.smithy-base" ).version(smithyGradleVersion)
44+ }
45+
46+ repositories {
47+ mavenLocal()
48+ mavenCentral()
49+ gradlePluginPortal()
50+ }
51+ }
You can’t perform that action at this time.
0 commit comments