Skip to content

Commit 6425b0c

Browse files
committed
remove todo
1 parent 8012046 commit 6425b0c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

bom/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ fun DependencyConstraintHandler.api(constraintNotation: Any) =
9898

9999
createBomConstraintsAndVersionCatalog()
100100

101-
// TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
102101
configurePublishing("aws-sdk-kotlin")
103102

104103
publishing {

hll/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ val hllPreviewVersion = if (sdkVersion.contains("-SNAPSHOT")) { // e.g. 1.3.29-b
4646
subprojects {
4747
group = "aws.sdk.kotlin"
4848
version = hllPreviewVersion
49-
// TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
5049
configurePublishing("aws-sdk-kotlin")
5150
}
5251

services/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ subprojects {
138138
}
139139
}
140140

141-
// TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
142141
configurePublishing("aws-sdk-kotlin")
143142

144143
publishing {

0 commit comments

Comments
 (0)