We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11ad53 commit 44cf301Copy full SHA for 44cf301
gradle/scripts/deploy.gradle
@@ -35,10 +35,9 @@ publishing {
35
}
36
37
38
- tasks.register("generatePom") {
39
- doLast {
40
- publishing.publications.mavenJava.pom.writeTo("${layout.buildDirectory}/libs/pom.xml")
41
- }
+ tasks.register("generatePom", GenerateMavenPom) {
+ destination = file("${layout.buildDirectory}/libs/pom.xml")
+ pom = publishing.publications.mavenJava.pom
42
43
44
0 commit comments