We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebc156 commit 7a4b3beCopy full SHA for 7a4b3be
1 file changed
build.gradle.kts
@@ -79,11 +79,9 @@ gradlePlugin {
79
}
80
81
publishing {
82
- publications {
83
- register("pluginMaven", MavenPublication::class) {
84
- pom {
85
- url.set("https://github.com/europace/docker-publish-gradle-plugin")
86
- }
+ publications.withType(MavenPublication::class).configureEach {
+ pom {
+ url.set("https://github.com/europace/docker-publish-gradle-plugin")
87
88
89
0 commit comments