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 {
34
34
// }
35
35
36
36
apply plugin : ' maven'
37
+ apply plugin : ' signing'
37
38
38
39
version = " 0.1.0"
39
40
group = " com.firebase.puf"
@@ -44,8 +45,6 @@ configurations {
44
45
}
45
46
}
46
47
47
- apply plugin : ' signing'
48
-
49
48
signing {
50
49
required { has(" release" ) && gradle. taskGraph. hasTask(" uploadArchives" ) }
51
50
sign configurations. archives
@@ -62,13 +61,13 @@ uploadArchives {
62
61
}
63
62
64
63
pom. project {
65
- name ' FirebaseUI library '
64
+ name ' FirebaseUI'
66
65
packaging ' aar'
67
66
description ' FirebaseUI library for Android applications'
68
67
url ' https://github.com/firebase/FirebaseUI-Android'
69
68
70
69
scm {
71
- url ' https:// github.com/firebase/FirebaseUI-Android'
70
+ url ' scm:git@ github.com/firebase/FirebaseUI-Android'
72
71
connection
' scm:git:[email protected] :firebase/FirebaseUI-Android.git'
73
72
developerConnection
' scm:git:[email protected] :firebase/FirebaseUI-Android.git'
74
73
}
@@ -84,6 +83,14 @@ uploadArchives {
84
83
url ' http://firebase.mit-license.org'
85
84
}
86
85
}
86
+
87
+ developers {
88
+ developer {
89
+ id ' puf'
90
+ name ' Frank van Puffelen'
91
+
92
+ }
93
+ }
87
94
}
88
95
}
89
96
}
You can’t perform that action at this time.
0 commit comments