Skip to content

Commit

Permalink
Merge pull request #540 from toranoko0518/rename-licence-to-license
Browse files Browse the repository at this point in the history
Rename LICENCE to LICENSE
  • Loading branch information
hotchemi authored Nov 13, 2018
2 parents 0c1a6b4 + 861c468 commit 3d063cc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions annotation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ bintray {
userOrg = USER
name = ARTIFACT_ID_ANNOTATION
vcsUrl = VCS_URL
licenses = LICENCES
licenses = LICENSES
version {
name = VERSION
desc = DESCRIPTION
Expand All @@ -53,4 +53,4 @@ bintray {

// Non-Android project: Artifactory Plugin adds only 1 publication
project.ext.publicationName = "maven"
apply from: rootProject.file('gradle/gradle-artifactory-upload.gradle')
apply from: rootProject.file('gradle/gradle-artifactory-upload.gradle')
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ REPO = maven
DESCRIPTION = Annotation-based library for generating runtime permissions dispatcher.
WEBSITE = https://github.com/hotchemi/PermissionsDispatcher
VCS_URL = https://github.com/hotchemi/PermissionsDispatcher.git
LICENCES = ['Apache-2.0']
LICENSES = ['Apache-2.0']

# Plugin versions
GRADLE_PLUGIN_VERSION = 3.2.1
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ bintray {
userOrg = USER
name = ARTIFACT_ID_LIBRARY
vcsUrl = VCS_URL
licenses = LICENCES
licenses = LICENSES
websiteUrl = WEBSITE
version {
name = VERSION
Expand Down
2 changes: 1 addition & 1 deletion processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bintray {
userOrg = USER
name = ARTIFACT_ID_PROCESSOR
vcsUrl = VCS_URL
licenses = LICENCES
licenses = LICENSES
version {
name = VERSION
desc = DESCRIPTION
Expand Down

0 comments on commit 3d063cc

Please sign in to comment.