We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87337c commit 8231e95Copy full SHA for 8231e95
build.gradle.kts
@@ -54,7 +54,9 @@ mavenPublishing {
54
configure(GradlePlugin(javadocJar = JavadocJar.Empty(), sourcesJar = true))
55
pomFromGradleProperties()
56
pom {
57
+ name.set("gradle-convention-plugins")
58
description.set(project.description)
59
+ url.set("https://github.com/opencastsoftware/gradle-convention-plugins")
60
inceptionYear.set("2023")
61
licenses {
62
license {
0 commit comments