File tree Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Expand file tree Collapse file tree 3 files changed +5
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33 * SPDX-License-Identifier: Apache-2.0
44 */
5- import aws.sdk.kotlin.gradle.dsl.configureJReleaser
65import aws.sdk.kotlin.gradle.dsl.configureLinting
6+ import aws.sdk.kotlin.gradle.publishing.SonatypeCentralPortalPublishTask
7+ import aws.sdk.kotlin.gradle.publishing.SonatypeCentralPortalWaitForPublicationTask
78import aws.sdk.kotlin.gradle.util.typedProp
89import org.jetbrains.kotlin.gradle.dsl.JvmTarget
910
@@ -62,7 +63,8 @@ if (project.typedProp<Boolean>("kotlinWarningsAsErrors") == true) {
6263}
6364
6465// Publishing
65- configureJReleaser()
66+ tasks.register<SonatypeCentralPortalPublishTask >(" publishToCentralPortal" ) { }
67+ tasks.register<SonatypeCentralPortalWaitForPublicationTask >(" waitForCentralPortalPublication" ) { }
6668
6769// Code Style
6870val lintPaths = listOf (
@@ -71,6 +73,3 @@ val lintPaths = listOf(
7173)
7274
7375configureLinting(lintPaths)
74-
75- // https://github.com/jreleaser/jreleaser/issues/1492
76- tasks.register(" clean" ) {}
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.57 "
4+ aws-kotlin-repo-tools-version = " 0.4.65 "
55
66# libs
77crt-java-version = " 0.38.1"
You can’t perform that action at this time.
0 commit comments