We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cliClasspath
1 parent edd81e9 commit 41d5389Copy full SHA for 41d5389
build-plugins/smithy-build/src/main/kotlin/aws/sdk/kotlin/gradle/codegen/SmithyBuildPlugin.kt
@@ -101,6 +101,7 @@ class SmithyBuildPlugin : Plugin<Project> {
101
tasks.register<SmithyBuildTask>(TASK_GENERATE_SMITHY_PROJECTIONS) {
102
group = "codegen"
103
dependsOn(generateSmithyBuild)
104
+ cliClasspath.set(codegenConfig)
105
buildClasspath.set(codegenConfig)
106
smithyBuildConfigs.set(project.files(generateSmithyBuild))
107
}
0 commit comments