Skip to content

Commit 01e9099

Browse files
committed
retrigger CI
1 parent ee7f9c4 commit 01e9099

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

codegen/protocol-tests/build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ dependencies {
7272
// actually works
7373
codegen(libs.smithy.aws.protocol.tests)
7474
}
75-
// will change back before merge
76-
//tasks.generateSmithyProjections {
77-
// // ensure the generated clients use the same version of the runtime as the aws aws-runtime
78-
// val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()
79-
// doFirst {
80-
// System.setProperty("smithy.kotlin.codegen.clientRuntimeVersion", smithyKotlinRuntimeVersion)
81-
// }
82-
//}
75+
76+
tasks.generateSmithyProjections {
77+
// ensure the generated clients use the same version of the runtime as the aws aws-runtime
78+
val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()
79+
doFirst {
80+
System.setProperty("smithy.kotlin.codegen.clientRuntimeVersion", smithyKotlinRuntimeVersion)
81+
}
82+
}
8383

8484
abstract class ProtocolTestTask @Inject constructor(private val project: Project) : DefaultTask() {
8585
/**

0 commit comments

Comments
 (0)