File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
8484abstract class ProtocolTestTask @Inject constructor(private val project : Project ) : DefaultTask() {
8585 /* *
You can’t perform that action at this time.
0 commit comments