Skip to content

Commit 3171547

Browse files
timocovadwsingh
authored andcommitted
Added explicit dependency on framework-errors in codegen-plugin
Fixes #1145
1 parent cf68a6a commit 3171547

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

codegen/codegen-plugin/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ extra["moduleName"] = "software.amazon.smithy.java.codegen.plugin"
1111

1212
dependencies {
1313
api(project(":codegen:codegen-core"))
14+
implementation(project(":framework-errors"))
1415
compileOnly(project(":client:client-core"))
1516
compileOnly(project(":client:client-rulesengine"))
1617
compileOnly(project(":client:client-waiters"))

0 commit comments

Comments
 (0)