get back publishing signing

This commit is contained in:
InsanusMokrassar 2023-02-27 15:43:52 +06:00
parent 8215f9d2c6
commit 5a765ea1bc

View File

@ -89,17 +89,17 @@ publishing {
} }
if (project.hasProperty("signing.gnupg.keyName")) { if (project.hasProperty("signing.gnupg.keyName")) {
// apply plugin: 'signing' apply plugin: 'signing'
//
// signing { signing {
// useGpgCmd() useGpgCmd()
//
// sign publishing.publications sign publishing.publications
// } }
//
// task signAll { task signAll {
// tasks.withType(Sign).forEach { tasks.withType(Sign).forEach {
// dependsOn(it) dependsOn(it)
// } }
// } }
} }