File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -72,17 +72,14 @@ dependencies {
7272 // actually works
7373 codegen(libs.smithy.aws.protocol.tests)
7474}
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-
80- // align with smithy version to pass protocol test, will change back before merge
81- val smithyKotlinRuntimeVersion = " 1.3.33-SNAPSHOT"
82- doFirst {
83- System .setProperty(" smithy.kotlin.codegen.clientRuntimeVersion" , smithyKotlinRuntimeVersion)
84- }
85- }
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+ // }
8683
8784abstract class ProtocolTestTask @Inject constructor(private val project : Project ) : DefaultTask() {
8885 /* *
You can’t perform that action at this time.
0 commit comments