Skip to content

Commit

Permalink
Update PublishingPlugin.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Mar 3, 2024
1 parent 2215d21 commit 604dbf5
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 @@ -75,7 +75,7 @@ class PublishingPlugin : Plugin<Project> {
pom.licenses { licenses ->
licenses.license { license ->
license.name.set("MIT")
license.url.set("https://github.com/usefulness/lazythreetenbp/blob/master/LICENSE.txt")
license.url.set("https://github.com/usefulness/lazythreetenbp/blob/master/LICENSE")
}
}
pom.developers { developers ->
Expand Down

0 comments on commit 604dbf5

Please sign in to comment.