Skip to content

Commit 41d5389

Browse files
committed
Configure cliClasspath
1 parent edd81e9 commit 41d5389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-plugins/smithy-build/src/main/kotlin/aws/sdk/kotlin/gradle/codegen/SmithyBuildPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ class SmithyBuildPlugin : Plugin<Project> {
101101
tasks.register<SmithyBuildTask>(TASK_GENERATE_SMITHY_PROJECTIONS) {
102102
group = "codegen"
103103
dependsOn(generateSmithyBuild)
104+
cliClasspath.set(codegenConfig)
104105
buildClasspath.set(codegenConfig)
105106
smithyBuildConfigs.set(project.files(generateSmithyBuild))
106107
}

0 commit comments

Comments
 (0)