Skip to content

Commit 71d9d9b

Browse files
addisonElliottrogerhu
authored andcommitted
Add javadoc artifact to maven publication (#785)
1 parent 937fc85 commit 71d9d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ publishing {
249249
groupId group
250250
// We have to specify it here because otherwise Bintray's plugin will assume the artifact's name is Parse
251251
artifactId artifact
252-
artifacts = [androidSourcesJar, bundleRelease]
252+
artifacts = [androidSourcesJar, javadocJarRelease, bundleRelease]
253253
version version
254254
pom.withXml {
255255
def root = asNode()

0 commit comments

Comments
 (0)