Skip to content

Commit b11cdb4

Browse files
authored
fix publication
1 parent c3b8f93 commit b11cdb4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle.kts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,11 @@ if (sonatypeUsername != null && sonatypePassword != null) {
365365
plugins.withId("signing") {
366366
extensions.configure<SigningExtension> {
367367
//requiring signature if there is a publish task that is not to MavenLocal
368-
isRequired = gradle.taskGraph.allTasks.any {
369-
it.name.toLowerCase()
370-
.contains("publish") && !it.name.contains("MavenLocal")
371-
}
368+
//TODO
369+
// isRequired = gradle.taskGraph.allTasks.any {
370+
// it.name.toLowerCase()
371+
// .contains("publish") && !it.name.contains("MavenLocal")
372+
// }
372373

373374
val signingKey: String? by project
374375
val signingPassword: String? by project

0 commit comments

Comments
 (0)