File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,10 @@ allprojects {
62
62
}
63
63
64
64
if (project. hasProperty(' ossrhUsername' )
65
- && project. hasProperty(' ossrhPassword' )
66
- && project. hasProperty(' signing.keyId' )
67
- && project. hasProperty(' signing.password' )
68
- && project. hasProperty(' signing.secretKeyRingFile' )) {
65
+ && project. hasProperty(' ossrhPassword' )) {
69
66
70
67
signing {
68
+ useGpgCmd()
71
69
sign configurations. archives
72
70
}
73
71
Original file line number Diff line number Diff line change @@ -102,12 +102,10 @@ subprojects {
102
102
}
103
103
104
104
if (project. hasProperty(' ossrhUsername' )
105
- && project. hasProperty(' ossrhPassword' )
106
- && project. hasProperty(' signing.keyId' )
107
- && project. hasProperty(' signing.password' )
108
- && project. hasProperty(' signing.secretKeyRingFile' )) {
105
+ && project. hasProperty(' ossrhPassword' )) {
109
106
110
107
signing {
108
+ useGpgCmd()
111
109
sign configurations. archives
112
110
}
113
111
You can’t perform that action at this time.
0 commit comments