Skip to content

Commit 24d4bf7

Browse files
Merge pull request #154 from backtrace-labs/bugfix/update-publish-script-license
Fix gradle properties license params naming
2 parents e4049d7 + 8f872a5 commit 24d4bf7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backtrace-library/publish.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ POM_SCM_CONNECTION=scm:git@github.com:backtrace-labs/backtrace-android.git
2121
POM_SCM_DEV_CONNECTION=scm:git@github.com:backtrace-labs/backtrace-android.git
2222
POM_LICENSE_NAME=MIT
2323
POM_LICENSE_URL=https://opensource.org/licenses/MIT
24-
POM_LICENCE_DIST=repo
24+
POM_LICENSE_DIST=repo
2525
POM_DEVELOPER_ID=BartoszLitwiniuk
2626
POM_DEVELOPER_NAME=Bartosz Litwiniuk
2727
POM_DEVELOPER_ID2=KonradDysput

0 commit comments

Comments
 (0)