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 c9cf170 commit 6306658Copy full SHA for 6306658
build.gradle.kts
@@ -266,13 +266,13 @@ allprojects {
266
}
267
268
allprojects {
269
- plugins.withId("maven-publish") {
+ plugins.withId("java-library") {
270
plugins.apply("signing")
271
signing {
272
val signingKey = "${project.findProperty("signingKey")}"
273
val signingPassword = "${project.findProperty("signingPassword")}"
274
useInMemoryPgpKeys(signingKey, signingPassword)
275
- sign(publishing.publications["sonatype"])
+ sign(publishing.publications["base"])
276
277
278
0 commit comments