File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -73,20 +73,6 @@ dependencies {
7373 codegen(libs.smithy.aws.protocol.tests)
7474}
7575
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-
9076abstract class ProtocolTestTask @Inject constructor(private val project : Project ) : DefaultTask() {
9177 /* *
9278 * The projection
You can’t perform that action at this time.
0 commit comments