We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddaa48 commit b77f320Copy full SHA for b77f320
build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt
@@ -342,13 +342,6 @@ fun Project.configureJReleaser() {
342
version = providers.gradleProperty("sdkVersion").get()
343
}
344
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
-
352
// JReleaser requires a releaser to be configured even though we don't use it.
353
// https://github.com/jreleaser/jreleaser/discussions/1725#discussioncomment-10674529
354
release {
0 commit comments