Skip to content

Commit 4965dc4

Browse files
author
crow
committed
Fix groovu-incompatible check
1 parent 6be1e7b commit 4965dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nexusPublishing {
3737

3838
username.set(user)
3939
password.set(pass)
40-
if (!profileId.isNullOrEmpty()) {
40+
if (profileId != null && !profileId.isEmpty()) {
4141
stagingProfileId.set(profileId)
4242
}
4343
}

0 commit comments

Comments
 (0)