Skip to content

Commit

Permalink
Stop JavaDoc fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
sjwall committed Jul 2, 2017
1 parent 6a666f0 commit 2e921f8
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 @@ -108,6 +108,7 @@ task javadoc(type: Javadoc) {
source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
classpath += configurations.javadocCompile
failOnError false
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down

0 comments on commit 2e921f8

Please sign in to comment.