File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
s3-transfer-manager-codegen Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ val hllPreviewVersion = if (sdkVersion.contains("-SNAPSHOT")) { // e.g. 1.3.29-b
4545
4646subprojects {
4747 group = " aws.sdk.kotlin"
48- version = if (name == " s3-transfer-manager " ) sdkVersion else hllPreviewVersion
48+ version = hllPreviewVersion
4949 // TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
5050 configurePublishing(" aws-sdk-kotlin" )
5151}
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ import org.gradle.kotlin.dsl.withType
77import org.jetbrains.kotlin.gradle.dsl.JvmTarget
88import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
99
10- /*
11- * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
12- * SPDX-License-Identifier: Apache-2.0
13- */
10+ val sdkVersion: String by project
11+ version = sdkVersion
1412
1513description = " S3 Transfer Manager Code Generation"
1614extra[" displayName" ] = " AWS :: SDK :: Kotlin :: HLL :: S3 Transfer Manager Codegen"
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompilationTask
1414import java.nio.file.Files
1515import java.nio.file.StandardCopyOption
1616
17+ val sdkVersion: String by project
18+ version = sdkVersion
19+
1720description = " S3 Transfer Manager for the AWS SDK for Kotlin"
1821extra[" displayName" ] = " AWS :: SDK :: Kotlin :: HLL :: S3 Transfer Manager"
1922extra[" moduleName" ] = " aws.sdk.kotlin.hll.s3transfermanager"
You can’t perform that action at this time.
0 commit comments