Skip to content

Commit b77f320

Browse files
committed
fix: disable redundant jreleaser signing
1 parent 8ddaa48 commit b77f320

File tree

1 file changed

+0
-7
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -342,13 +342,6 @@ fun Project.configureJReleaser() {
342342
version = providers.gradleProperty("sdkVersion").get()
343343
}
344344

345-
// FIXME We're currently signing the artifacts twice. Once using the logic in configurePublishing above,
346-
// and the second time during JReleaser's signing stage.
347-
signing {
348-
active = Active.ALWAYS
349-
armored = true
350-
}
351-
352345
// JReleaser requires a releaser to be configured even though we don't use it.
353346
// https://github.com/jreleaser/jreleaser/discussions/1725#discussioncomment-10674529
354347
release {

0 commit comments

Comments
 (0)