Skip to content

Commit 8231e95

Browse files
Ensure the POM name and URL are set
1 parent f87337c commit 8231e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ mavenPublishing {
5454
configure(GradlePlugin(javadocJar = JavadocJar.Empty(), sourcesJar = true))
5555
pomFromGradleProperties()
5656
pom {
57+
name.set("gradle-convention-plugins")
5758
description.set(project.description)
59+
url.set("https://github.com/opencastsoftware/gradle-convention-plugins")
5860
inceptionYear.set("2023")
5961
licenses {
6062
license {

0 commit comments

Comments
 (0)