File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ android {
3434// }
3535
3636apply plugin : ' maven'
37+ apply plugin : ' signing'
3738
3839version = " 0.1.0"
3940group = " com.firebase.puf"
@@ -44,8 +45,6 @@ configurations {
4445 }
4546}
4647
47- apply plugin : ' signing'
48-
4948signing {
5049 required { has(" release" ) && gradle. taskGraph. hasTask(" uploadArchives" ) }
5150 sign configurations. archives
@@ -62,13 +61,13 @@ uploadArchives {
6261 }
6362
6463 pom. project {
65- name ' FirebaseUI library '
64+ name ' FirebaseUI'
6665 packaging ' aar'
6766 description ' FirebaseUI library for Android applications'
6867 url ' https://github.com/firebase/FirebaseUI-Android'
6968
7069 scm {
71- url ' https:// github.com/firebase/FirebaseUI-Android'
70+ url ' scm:git@ github.com/firebase/FirebaseUI-Android'
7271 connection ' scm:git:git@github.com:firebase/FirebaseUI-Android.git'
7372 developerConnection ' scm:git:git@github.com:firebase/FirebaseUI-Android.git'
7473 }
@@ -84,6 +83,14 @@ uploadArchives {
8483 url ' http://firebase.mit-license.org'
8584 }
8685 }
86+
87+ developers {
88+ developer {
89+ id ' puf'
90+ name ' Frank van Puffelen'
91+ email ' puf@google.com'
92+ }
93+ }
8794 }
8895 }
8996}
You can’t perform that action at this time.
0 commit comments