Skip to content

Commit

Permalink
Ensure the POM name and URL are set
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 committed Feb 13, 2023
1 parent f87337c commit 8231e95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ mavenPublishing {
configure(GradlePlugin(javadocJar = JavadocJar.Empty(), sourcesJar = true))
pomFromGradleProperties()
pom {
name.set("gradle-convention-plugins")
description.set(project.description)
url.set("https://github.com/opencastsoftware/gradle-convention-plugins")
inceptionYear.set("2023")
licenses {
license {
Expand Down

0 comments on commit 8231e95

Please sign in to comment.