Skip to content

Commit e5d2e01

Browse files
committed
Added developer
1 parent bf384ef commit e5d2e01

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

library/build.gradle

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ android {
3434
//}
3535

3636
apply plugin: 'maven'
37+
apply plugin: 'signing'
3738

3839
version = "0.1.0"
3940
group = "com.firebase.puf"
@@ -44,8 +45,6 @@ configurations {
4445
}
4546
}
4647

47-
apply plugin: 'signing'
48-
4948
signing {
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:[email protected]:firebase/FirebaseUI-Android.git'
7372
developerConnection 'scm:git:[email protected]: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+
92+
}
93+
}
8794
}
8895
}
8996
}

0 commit comments

Comments
 (0)