Skip to content

Commit

Permalink
Configure tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Oct 27, 2024
1 parent d40d793 commit 715b4a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,12 @@ prodProjects {
}

signing {
sign configurations.archives
sign(publishing.publications["mavenJava"])
}
}

tasks.named('signArchives').configure {
//tasks.named('signArchives').configure {
tasks.named('signMavenJavaPublication').configure {
onlyIf {
!project.hasProperty('skipSigning') || !project.skipSigning.toBoolean()
}
Expand Down

0 comments on commit 715b4a6

Please sign in to comment.