Skip to content

Commit

Permalink
Not failing on error when generating Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerinet committed Jun 20, 2016
1 parent a743b8c commit 42a1042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ task sourcesJar(type: Jar) {
}

task javadoc(type: Javadoc) {
failOnError false
source = android.sourceSets.main.java.sourceFiles
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
classpath += configurations.compile
Expand Down

0 comments on commit 42a1042

Please sign in to comment.