We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafc0c7 commit 2785e05Copy full SHA for 2785e05
buildSrc/src/main/groovy/com/google/firebase/gradle/plugins/publish/PublishingPlugin.groovy
@@ -104,12 +104,15 @@ class PublishingPlugin implements Plugin<Project> {
104
from sub.components.android
105
pom {
106
licenses {
107
- //TODO(vkryachko): change to apache2 before open-sourcing.
108
license {
109
- name = 'Android Software Development Kit License'
110
- url = 'https://developer.android.com/studio/terms.html'
+ name = 'The Apache Software License, Version 2.0'
+ url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
111
}
112
+ scm {
113
+ connection = 'scm:git:https://github.com/firebase/firebase-android-sdk.git'
114
+ url = 'https://github.com/firebase/firebase-android-sdk'
115
+ }
116
117
publisher.decorate(sub, it)
118
0 commit comments