We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc5716 commit d7e0336Copy full SHA for d7e0336
codegen/protocol-tests/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
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()\
+// val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()
79
// doFirst {
80
// System.setProperty("smithy.kotlin.codegen.clientRuntimeVersion", smithyKotlinRuntimeVersion)
81
// }
0 commit comments