Skip to content

Commit 1da651b

Browse files
authored
fix: update protocol test build to catch upstream changes (#1578)
* update build to catch upstream changes * remove version setting logic
1 parent 4f3b3fe commit 1da651b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

codegen/protocol-tests/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@ dependencies {
7373
codegen(libs.smithy.aws.protocol.tests)
7474
}
7575

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-
}
83-
8476
abstract class ProtocolTestTask @Inject constructor(private val project: Project) : DefaultTask() {
8577
/**
8678
* The projection

0 commit comments

Comments
 (0)