Skip to content

Commit 7b4d5a4

Browse files
committed
Correct bintray configuration, fixes #1225
Change-Id: I41c587a3b394316d2216a4466ddb3b1a1b717230
1 parent 9f6bfe3 commit 7b4d5a4

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)