mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-18 14:23:50 +00:00
get back publishing signing
This commit is contained in:
parent
8215f9d2c6
commit
5a765ea1bc
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user