File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
codegen/smithy-kotlin-codegen
runtime/protocol/http-client-engines/test-suite Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ val generateSdkRuntimeVersion by tasks.registering {
4444 val resourcesDir = layout.buildDirectory.dir(" resources/main/software/amazon/smithy/kotlin/codegen/core" )
4545 val versionFile = resourcesDir.map { it.file(" sdk-version.txt" ) }
4646
47- // declare inputs/outputs via providers
4847 inputs.property(" runtimeVersion" , runtimeVersion)
4948 outputs.file(versionFile)
5049
Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ kotlin {
5858 }
5959}
6060
61- val osName = System .getProperty(" os.name" )
62-
6361abstract class TestServerService :
6462 BuildService <TestServerService .Params >,
6563 AutoCloseable {
@@ -112,6 +110,8 @@ abstract class StartTestServersTask : DefaultTask() {
112110 }
113111}
114112
113+ val osName = System .getProperty(" os.name" )
114+
115115val startTestServers = tasks.register<StartTestServersTask >(" startTestServers" ) {
116116 dependsOn(tasks[" jvmJar" ])
117117 usesService(testServerService)
You can’t perform that action at this time.
0 commit comments