Skip to content

Commit

Permalink
make javadoc non-fatal (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfieber authored and Travis Tomsu committed Sep 27, 2016
1 parent 704929b commit a169202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ allprojects {
minHeapSize = "512m"
maxHeapSize = "512m"
}
tasks.withType(Javadoc) {
failOnError = false
}
}

subprojects { project ->
Expand Down

0 comments on commit a169202

Please sign in to comment.