File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ fun DependencyConstraintHandler.api(constraintNotation: Any) =
9898
9999createBomConstraintsAndVersionCatalog()
100100
101- // TODO Use configurePublishing when migrating to Sonatype Publisher API / JReleaser
102101configurePublishing(" aws-sdk-kotlin" )
103102
104103publishing {
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ val hllPreviewVersion = if (sdkVersion.contains("-SNAPSHOT")) { // e.g. 1.3.29-b
4646subprojects {
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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments