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 bfa65cd commit 63653e2Copy full SHA for 63653e2
codegen/protocol-tests/build.gradle.kts
@@ -73,20 +73,6 @@ dependencies {
73
codegen(libs.smithy.aws.protocol.tests)
74
}
75
76
-tasks.generateSmithyProjections {
77
- doFirst {
78
- val smithyKotlinRuntimeVersion = rootProject.file("../smithy-kotlin/gradle.properties")
79
- .readText()
80
- .lines()
81
- .find { it.startsWith("sdkVersion=") }
82
- ?.substringAfter("sdkVersion=")
83
- ?: libs.versions.smithy.kotlin.runtime.version.get()
84
-
85
- // ensure the generated clients use the same version of the runtime as the aws aws-runtime
86
- System.setProperty("smithy.kotlin.codegen.clientRuntimeVersion", smithyKotlinRuntimeVersion)
87
- }
88
-}
89
90
abstract class ProtocolTestTask @Inject constructor(private val project: Project) : DefaultTask() {
91
/**
92
* The projection
0 commit comments