Skip to content

Commit 0629ecb

Browse files
committed
uploadArchives customizePom
1 parent 9355750 commit 0629ecb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gradle/maven-deployment.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ install {
2525
}
2626
}
2727

28+
uploadArchives {
29+
repositories.mavenDeployer {
30+
customizePom(pom, project)
31+
}
32+
}
33+
2834
def customizePom(pom, gradleProject) {
2935
pom.whenConfigured { p ->
3036
p.dependencies.findAll{ it.scope == "optional" }.each {

0 commit comments

Comments
 (0)