Skip to content

Commit

Permalink
fix license config
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpublic committed Sep 27, 2022
1 parent 2e84d46 commit efd1332
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ private fun applyPublishing(project: Project, type: String) {
description.set(projectName)
url.set("https://github.com/sgpublic/ExSharedPreference")
licenses {
name.set("The Apache License, Version 2.0")
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
license {
name.set("The Apache License, Version 2.0")
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
}
}
issueManagement {
system.set("GitHub")
Expand Down

0 comments on commit efd1332

Please sign in to comment.