mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-08 09:47:09 +00:00
get back publishing signing
This commit is contained in:
@@ -89,17 +89,17 @@ publishing {
|
||||
}
|
||||
|
||||
if (project.hasProperty("signing.gnupg.keyName")) {
|
||||
// apply plugin: 'signing'
|
||||
//
|
||||
// signing {
|
||||
// useGpgCmd()
|
||||
//
|
||||
// sign publishing.publications
|
||||
// }
|
||||
//
|
||||
// task signAll {
|
||||
// tasks.withType(Sign).forEach {
|
||||
// dependsOn(it)
|
||||
// }
|
||||
// }
|
||||
apply plugin: 'signing'
|
||||
|
||||
signing {
|
||||
useGpgCmd()
|
||||
|
||||
sign publishing.publications
|
||||
}
|
||||
|
||||
task signAll {
|
||||
tasks.withType(Sign).forEach {
|
||||
dependsOn(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user