Skip to content

Commit

Permalink
Merge pull request #23 from usefulness/mateuszkwiecinski-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Nov 14, 2023
2 parents 459a101 + 74670a0 commit df5b7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/src/main/kotlin/PublishingPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class PublishingPlugin : Plugin<Project> {
pom.url.set("https://github.com/usefulness/licensee-for-android")
pom.licenses { licenses ->
licenses.license { license ->
license.name.set("The MIT License")
license.name.set("MIT")
license.url.set("https://github.com/usefulness/licensee-for-android/blob/master/LICENSE")
}
}
Expand Down

0 comments on commit df5b7cb

Please sign in to comment.