Skip to content

Commit 6f2db9f

Browse files
committed
disable smithy version
1 parent a0f894b commit 6f2db9f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

codegen/protocol-tests/build.gradle.kts

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff 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

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

0 commit comments

Comments
 (0)