Skip to content

Commit ca28044

Browse files
authored
Correct bintray configuration, fixes #1225 (#1257)
2 parents 9f6bfe3 + 7b4d5a4 commit ca28044

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ allprojects { project ->
117117
def publicationName = isLibrary ? 'monolithLibrary' : "${project.name}Library"
118118
def archivesBaseName = isLibrary ? 'firebase-ui' : "firebase-ui-${project.name}"
119119

120+
// We need to override the variables 'group' and 'version' on the 'Project' object in order
121+
// to prevent the bintray plugin from creating 'unspecified' artifacts.
122+
group = project.ext.group
123+
version = project.ext.version
124+
120125
def groupName = project.ext.group
121126
def versionName = project.ext.version
122127

0 commit comments

Comments
 (0)