Skip to content

Commit cf50812

Browse files
1 parent 81f53e0 commit cf50812

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

mavsdk_server/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,10 @@ allprojects {
6262
}
6363

6464
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')) {
6966

7067
signing {
68+
useGpgCmd()
7169
sign configurations.archives
7270
}
7371

sdk/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@ subprojects {
102102
}
103103

104104
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')) {
109106

110107
signing {
108+
useGpgCmd()
111109
sign configurations.archives
112110
}
113111

0 commit comments

Comments
 (0)