We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5331a32 commit e04a72bCopy full SHA for e04a72b
mavsdk_server/build.gradle.kts
@@ -187,6 +187,10 @@ if (keystoreProperties.containsKey("centralUsername") && keystoreProperties.cont
187
keystoreProperties["gpgPass"]?.let {
188
passphrase.set(it as String)
189
}
190
+
191
+ command {
192
+ keyName.set("CF3FF35732A465F680A89BC25B01A8023597C84B")
193
+ }
194
195
deploy {
196
release {
sdk/build.gradle.kts
@@ -126,7 +126,7 @@ if (keystoreProperties.containsKey("centralUsername") && keystoreProperties.cont
126
127
128
command {
129
- keyName.set("72D6223E657BDA72EDEA45F021A81CC9B3DDE00B")
130
131
132
0 commit comments