Skip to content

Commit

Permalink
fixed pom generation
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed May 17, 2021
1 parent 58dfe4e commit d9fa183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/agorapulse-oss/agorapulse-oss.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ dependencies {
api "org.grails.plugins:aws-sdk-sts:${project['grails.aws.sdk.version']}"
}
}

project.afterEvaluate {
generatePomFileForMainPublication.pom.packaging = 'pom'
}

0 comments on commit d9fa183

Please sign in to comment.