Skip to content

Commit 6306658

Browse files
yweberSgtSilvio
authored andcommitted
fixed publication referencing
1 parent c9cf170 commit 6306658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,13 @@ allprojects {
266266
}
267267

268268
allprojects {
269-
plugins.withId("maven-publish") {
269+
plugins.withId("java-library") {
270270
plugins.apply("signing")
271271
signing {
272272
val signingKey = "${project.findProperty("signingKey")}"
273273
val signingPassword = "${project.findProperty("signingPassword")}"
274274
useInMemoryPgpKeys(signingKey, signingPassword)
275-
sign(publishing.publications["sonatype"])
275+
sign(publishing.publications["base"])
276276
}
277277
}
278278
}

0 commit comments

Comments
 (0)