Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Disable JavaDoc creation for releasing on Maven
Browse files Browse the repository at this point in the history
For some reason Gradle complains about every single class ("class not
found") when generating the JavaDoc. Since the JavaDoc is not that good,
and since as they say "ain't nobody got time fo' that", we just disabled
JavaDoc generation.

Hey, don't judge me! It works!
  • Loading branch information
rock3r committed Mar 31, 2014
1 parent a421637 commit 3b40c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven_push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ afterEvaluate { project ->

artifacts {
archives androidSourcesJar
archives androidJavadocsJar
//archives androidJavadocsJar
}
}

0 comments on commit 3b40c41

Please sign in to comment.