Skip to content

Commit 7a4b3be

Browse files
authored
Add URL to all pom files (#215)
1 parent 8ebc156 commit 7a4b3be

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,9 @@ gradlePlugin {
7979
}
8080
}
8181
publishing {
82-
publications {
83-
register("pluginMaven", MavenPublication::class) {
84-
pom {
85-
url.set("https://github.com/europace/docker-publish-gradle-plugin")
86-
}
82+
publications.withType(MavenPublication::class).configureEach {
83+
pom {
84+
url.set("https://github.com/europace/docker-publish-gradle-plugin")
8785
}
8886
}
8987
}

0 commit comments

Comments
 (0)