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 3d91047 commit ea5cf65Copy full SHA for ea5cf65
android/build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
}
16
17
rootProject.allprojects {
18
- def token = System.getenv("SDK_REGISTRY_TOKEN") ?: project.hasProperty('SDK_REGISTRY_TOKEN') ? project.property('SDK_REGISTRY_TOKEN') : project.SDK_REGISTRY_TOKEN
+ def token = System.getenv("SDK_REGISTRY_TOKEN") ?: project.findProperty('SDK_REGISTRY_TOKEN')
19
20
if (token == null || token.empty) {
21
throw new Exception("SDK Registry token is null. See README.md for more information.")
0 commit comments