Skip to content

Commit a65dc90

Browse files
authored
refactor: upstream plugin changes (#1195)
1 parent d68bb67 commit a65dc90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/protocol-tests/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionPath
88
import aws.sdk.kotlin.gradle.codegen.smithyKotlinProjectionSrcDir
99

1010
plugins {
11-
kotlin("jvm") // FIXME - configuration doesn't resolve without this
12-
id("aws.sdk.kotlin.gradle.smithybuild")
11+
kotlin("jvm")
12+
alias(libs.plugins.aws.kotlin.repo.tools.smithybuild)
1313
}
1414

1515
description = "Smithy protocol test suite"

0 commit comments

Comments
 (0)