Skip to content

Commit a0e3e17

Browse files
authored
misc: prepare to merge kn-main back into main (#78)
* Remove K/N targets from `ALLOWED_PUBLICATIONS` * Revert back to 1.1.+
1 parent 791c4d6 commit a0e3e17

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

build-plugins/build-support/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)