Skip to content

Commit 58fb0e0

Browse files
yasmewadadwsingh
authored andcommitted
Update build.gradle.kts to make traitCodegen dependency compileOnly
1 parent 3764c48 commit 58fb0e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mcp/mcp-traits/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ extra["moduleName"] = "software.amazon.smithy.java.mcp.traits"
1010

1111
dependencies {
1212
api(libs.smithy.model)
13-
api(libs.smithy.traitcodegen)
14-
implementation(libs.smithy.traitcodegen)
13+
compileOnly(libs.smithy.traitcodegen)
1514
testImplementation(libs.junit.jupiter.api)
1615
testImplementation(libs.assertj.core)
1716
}

0 commit comments

Comments
 (0)