File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,9 @@ def configurePom(pom) {
5858
5959 pom. licenses {
6060 license {
61- name = POM_LICENCE_NAME
62- url = POM_LICENCE_URL
63- distribution = POM_LICENCE_DIST
61+ name = POM_LICENSE_NAME
62+ url = POM_LICENSE_URL
63+ distribution = POM_LICENSE_DIST
6464 }
6565 }
6666
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ POM_SCM_CONNECTION=scm:git@github.com:backtrace-labs/backtrace-android.git
2121POM_SCM_DEV_CONNECTION =scm:git@github.com:backtrace-labs/backtrace-android.git
2222POM_LICENSE_NAME =MIT
2323POM_LICENSE_URL =https://opensource.org/licenses/MIT
24- POM_LICENCE_DIST =repo
24+ POM_LICENSE_DIST =repo
2525POM_DEVELOPER_ID =BartoszLitwiniuk
2626POM_DEVELOPER_NAME =Bartosz Litwiniuk
2727POM_DEVELOPER_ID2 =KonradDysput
You can’t perform that action at this time.
0 commit comments