Skip to content

Commit f8a5ba2

Browse files
committed
javadoc creation is broken after FCM/GCM modules... need to figure out how to fix it later
1 parent 5d48ed3 commit f8a5ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/gradle-mvn-push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ publishing {
113113
groupId group
114114
// We have to specify it here because otherwise Bintray's plugin will assume the artifact's name is Parse
115115
artifactId artifact
116-
artifacts = [androidSourcesJar, javadocJarRelease, bundleRelease]
116+
artifacts = [androidSourcesJar, bundleRelease]
117117
version version
118118
pom.withXml {
119119
def root = asNode()

0 commit comments

Comments
 (0)