Skip to content

Commit 78cadd0

Browse files
committed
Update to pom-default.xml to fix bintrayUpload
Example from bintray/gradle-bintray-plugin#90
1 parent af89ac4 commit 78cadd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AndroidClient/client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ task createPom {
5959
url 'https://github.com/ServiceStack/ServiceStack.Java'
6060
}
6161
}
62-
}.writeTo("$buildDir/poms/pom.xml").writeTo("pom.xml")
62+
}.writeTo("$buildDir/poms/pom-default.xml").writeTo("pom.xml")
6363
}
6464
build.dependsOn createPom
6565

0 commit comments

Comments
 (0)