Skip to content

Commit

Permalink
Disable java doc for maven artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yongce committed Jan 27, 2019
1 parent 653ec4f commit 596b5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bintray-upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task generateJavadocsJar(type: Jar, dependsOn: generateJavadocs) {

artifacts {
archives generateSourcesJar
archives generateJavadocsJar
// archives generateJavadocsJar
}

// For the plugin 'com.jfrog.bintray'
Expand Down

0 comments on commit 596b5ef

Please sign in to comment.