File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212val sdkVersion: String by project
13- group = properties[ " publishGroupName " ] ? : error( " missing publishGroupName " )
13+ group = " aws.sdk.kotlin.crt "
1414version = sdkVersion
1515description = " Kotlin Multiplatform bindings for AWS SDK Common Runtime"
1616
Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0
44 */
55import aws.sdk.kotlin.gradle.dsl.configureLinting
6- import aws.sdk.kotlin.gradle.dsl.configureNexus
6+ import aws.sdk.kotlin.gradle.dsl.configureJReleaser
77import aws.sdk.kotlin.gradle.util.typedProp
88import org.jetbrains.kotlin.gradle.dsl.JvmTarget
99
@@ -61,11 +61,14 @@ if (project.typedProp<Boolean>("kotlinWarningsAsErrors") == true) {
6161}
6262
6363// Publishing
64- configureNexus ()
64+ configureJReleaser ()
6565
6666// Code Style
6767val lintPaths = listOf (
6868 " **/*.{kt,kts}" ,
6969)
7070
7171configureLinting(lintPaths)
72+
73+ // https://github.com/jreleaser/jreleaser/issues/1492
74+ tasks.register(" clean" ) {}
Original file line number Diff line number Diff line change @@ -5,7 +5,4 @@ kotlin.mpp.stability.nowarn=true
55org.gradle.jvmargs =-Xmx2G -XX:MaxMetaspaceSize=1G
66
77# aws-crt-kotlin
8- sdkVersion =0.10.1-SNAPSHOT
9-
10- # publishing
11- publishGroupName =aws.sdk.kotlin.crt
8+ sdkVersion =0.10.1-SNAPSHOT
Original file line number Diff line number Diff line change 11[versions ]
22kotlin-version = " 2.2.0"
33
4- aws-kotlin-repo-tools-version = " 0.4.32 "
4+ aws-kotlin-repo-tools-version = " 0.4.33 "
55
66# libs
77crt-java-version = " 0.38.1"
You can’t perform that action at this time.
0 commit comments