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