Skip to content

Commit

Permalink
Add URL to all pom files (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerlady authored Jul 5, 2024
1 parent 8ebc156 commit 7a4b3be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,9 @@ gradlePlugin {
}
}
publishing {
publications {
register("pluginMaven", MavenPublication::class) {
pom {
url.set("https://github.com/europace/docker-publish-gradle-plugin")
}
publications.withType(MavenPublication::class).configureEach {
pom {
url.set("https://github.com/europace/docker-publish-gradle-plugin")
}
}
}
Expand Down

0 comments on commit 7a4b3be

Please sign in to comment.