File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
build-plugins/build-support
src/main/kotlin/aws/sdk/kotlin/gradle/dsl Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ dependencies {
2222 runtimeOnly(project(" :ktlint-rules" ))
2323 implementation(libs.nexusPublishPlugin)
2424 compileOnly(gradleApi())
25- implementation(" aws.sdk.kotlin:s3:+" )
26- implementation(" aws.sdk.kotlin:cloudwatch:+" )
25+ implementation(" aws.sdk.kotlin:s3:1.1. +" )
26+ implementation(" aws.sdk.kotlin:cloudwatch:1.1. +" )
2727 testImplementation(libs.junit.jupiter)
2828}
2929
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ private val ALLOWED_PUBLICATIONS = listOf(
2828 " common" ,
2929 " jvm" ,
3030 " kotlinMultiplatform" ,
31- " iosX64" ,
32- " linuxArm64" ,
33- " linuxX64" ,
34- " macosArm64" ,
35- " macosX64" ,
3631
3732 " metadata" ,
3833 " bom" ,
You can’t perform that action at this time.
0 commit comments