File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
build-plugins/smithy-build/src/main/kotlin/aws/sdk/kotlin/gradle/codegen Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ class SmithyBuildPlugin : Plugin<Project> {
102102 tasks.register<SmithyBuildTask >(TASK_GENERATE_SMITHY_PROJECTIONS ) {
103103 group = " codegen"
104104 dependsOn(generateSmithyBuild)
105- resolvedCliClasspath.set(codegenConfig)
106- runtimeClasspath.set(codegenConfig)
107105 buildClasspath.set(codegenConfig)
108106 smithyBuildConfigs.set(project.files(generateSmithyBuild))
109107 }
Original file line number Diff line number Diff line change 11[versions ]
2- ktlint = " 1.3 .0"
3- smithy-version = " 1.42 .0"
4- smithy-gradle-plugin-version = " 0.9 .0"
2+ ktlint = " 1.5 .0"
3+ smithy-version = " 1.53 .0"
4+ smithy-gradle-plugin-version = " 1.1 .0"
55junit-version = " 5.10.1"
66
77[libraries ]
@@ -11,7 +11,7 @@ ktlint-cli-ruleset-core = { module = "com.pinterest.ktlint:ktlint-cli-ruleset-co
1111ktlint-test = {module = " com.pinterest.ktlint:ktlint-test" , version.ref = " ktlint" }
1212nexusPublishPlugin = { module = " io.github.gradle-nexus:publish-plugin" , version = " 1.3.0" }
1313smithy-model = { module = " software.amazon.smithy:smithy-model" , version.ref = " smithy-version" }
14- smithy-gradle-base-plugin = { module = " software.amazon.smithy:smithy-base-plugin " , version.ref = " smithy-gradle-plugin-version" }
14+ smithy-gradle-base-plugin = { module = " software.amazon.smithy.gradle :smithy-base" , version.ref = " smithy-gradle-plugin-version" }
1515
1616junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit-version" }
1717
You can’t perform that action at this time.
0 commit comments