Switched gpg command for signing.
This commit is contained in:
parent
589f451927
commit
a64147959f
1 changed files with 2 additions and 3 deletions
|
@ -164,9 +164,8 @@ uploadArchives {
|
|||
}
|
||||
|
||||
signing {
|
||||
if (project.hasProperty('signing.keyId') && project.hasProperty('signing.password') && project.hasProperty('signing.secretKeyRingFile')) {
|
||||
sign publishing.publications.mavenJava
|
||||
}
|
||||
useGpgCmd()
|
||||
sign publishing.publications.mavenJava
|
||||
}
|
||||
|
||||
task copyToDeploy(type: Copy) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue