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 6be1e7b commit 4965dc4Copy full SHA for 4965dc4
android/build.gradle
@@ -37,7 +37,7 @@ nexusPublishing {
37
38
username.set(user)
39
password.set(pass)
40
- if (!profileId.isNullOrEmpty()) {
+ if (profileId != null && !profileId.isEmpty()) {
41
stagingProfileId.set(profileId)
42
}
43
0 commit comments