File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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,7 +61,7 @@ if (project.typedProp<Boolean>("kotlinWarningsAsErrors") == true) {
6161}
6262
6363// Publishing
64- configureNexus ()
64+ configureJReleaser ()
6565
6666// Code Style
6767val lintPaths = listOf (
@@ -73,3 +73,6 @@ configureLinting(lintPaths)
7373apiValidation {
7474 ignoredProjects + = setOf (" elasticurl" )
7575}
76+
77+ // https://github.com/jreleaser/jreleaser/issues/1492
78+ tasks.register(" clean" ) {}
Original file line number Diff line number Diff line change @@ -6,6 +6,3 @@ org.gradle.jvmargs=-Xmx2G -XX:MaxMetaspaceSize=1G
66
77# aws-crt-kotlin
88sdkVersion =0.9.3-SNAPSHOT
9-
10- # publishing
11- publishGroupName =aws.sdk.kotlin.crt
Original file line number Diff line number Diff line change 11[versions ]
22kotlin-version = " 2.1.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