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 937fc85 commit 71d9d9bCopy full SHA for 71d9d9b
Parse/build.gradle
@@ -249,7 +249,7 @@ publishing {
249
groupId group
250
// We have to specify it here because otherwise Bintray's plugin will assume the artifact's name is Parse
251
artifactId artifact
252
- artifacts = [androidSourcesJar, bundleRelease]
+ artifacts = [androidSourcesJar, javadocJarRelease, bundleRelease]
253
version version
254
pom.withXml {
255
def root = asNode()
0 commit comments