File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
buildSrc/src/main/groovy/com/google/firebase/gradle/plugins/publish Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,15 @@ class PublishingPlugin implements Plugin<Project> {
104
104
from sub. components. android
105
105
pom {
106
106
licenses {
107
- // TODO(vkryachko): change to apache2 before open-sourcing.
108
107
license {
109
- name = ' Android Software Development Kit License '
110
- url = ' https ://developer.android.com/studio/terms.html '
108
+ name = ' The Apache Software License, Version 2.0 '
109
+ url = ' http ://www.apache.org/licenses/LICENSE-2.0.txt '
111
110
}
112
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
+ }
113
116
}
114
117
publisher. decorate(sub, it)
115
118
}
You can’t perform that action at this time.
0 commit comments