Skip to content

Commit 58208df

Browse files
addisonElliottrogerhu
authored andcommitted
Add javadoc artifact to maven publication (parse-community#785)
1 parent c914544 commit 58208df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/build.gradle

+1-1
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)