Skip to content

Commit

Permalink
need to configure pom for all publication
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Nov 10, 2023
1 parent 9fb535e commit cdc44f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ gradlePlugin {
afterEvaluate {
publishing {
publications {
named<MavenPublication>("pluginMaven") {
withType<MavenPublication> {
pom {
configurePom(project)
}
Expand Down

0 comments on commit cdc44f2

Please sign in to comment.