Skip to content

Commit c353e38

Browse files
committed
Disable signing of publications
1 parent e4ce551 commit c353e38

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ fun Project.configurePublishing(repoName: String, githubOrganization: String = "
244244
apply(plugin = "signing")
245245
extensions.configure<SigningExtension> {
246246
useInMemoryPgpKeys(secretKey, passphrase)
247-
sign(publications)
248247
}
249248

250249
// Register a task that allows you to sign publications which have already been staged in build/m2

0 commit comments

Comments
 (0)