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 e3550cb commit efe5f98Copy full SHA for efe5f98
platform/android/java/editor/build.gradle
@@ -36,7 +36,7 @@ ext {
36
// Return the keystore file used for signing the release build.
37
getGodotKeystoreFile = { ->
38
def keyStore = System.getenv("GODOT_ANDROID_SIGN_KEYSTORE")
39
- if (keyStore == null) {
+ if (keyStore == null || keyStore.isEmpty()) {
40
return null
41
}
42
return file(keyStore)
0 commit comments