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.
2 parents d7a3eb7 + ea5cf65 commit 30a672fCopy full SHA for 30a672f
android/build.gradle
@@ -15,7 +15,8 @@ buildscript {
15
}
16
17
rootProject.allprojects {
18
- def token = System.getenv("SDK_REGISTRY_TOKEN") ?: project.properties['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.")
22
0 commit comments