Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions codegen/protocol-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ dependencies {
codegen(libs.smithy.aws.protocol.tests)
}

tasks.generateSmithyProjections {
// ensure the generated clients use the same version of the runtime as the aws aws-runtime
val smithyKotlinRuntimeVersion = libs.versions.smithy.kotlin.runtime.version.get()
doFirst {
System.setProperty("smithy.kotlin.codegen.clientRuntimeVersion", smithyKotlinRuntimeVersion)
}
}

abstract class ProtocolTestTask @Inject constructor(private val project: Project) : DefaultTask() {
/**
* The projection
Expand Down
Loading