File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ allprojects { project ->
235
235
project. apply plugin : ' com.jfrog.bintray'
236
236
237
237
def archivesBaseName = isLibrary ? ' firebase-ui' : " firebase-ui-${ project.name} "
238
+ def publicationName = isLibrary ? ' monolithLibrary' : " ${ project.name} Library"
238
239
def pomLoc = isLibrary ? " $buildDir /publications/monolithLibrary/pom-default.xml" : " $buildDir /publications/${ project.name} Library/pom-default.xml"
239
240
240
241
group = project. ext. group
@@ -245,6 +246,7 @@ allprojects { project ->
245
246
bintray {
246
247
user = hasProperty(' BINTRAY_USER' ) ? getProperty(' BINTRAY_USER' ) : System . getenv(' BINTRAY_USER' )
247
248
key = hasProperty(' BINTRAY_KEY' ) ? getProperty(' BINTRAY_KEY' ) : System . getenv(' BINTRAY_KEY' )
249
+ publications = [ publicationName ]
248
250
249
251
filesSpec {
250
252
from pomLoc
You can’t perform that action at this time.
0 commit comments