Skip to content

Commit

Permalink
Ignore Javadoc errors for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Jun 22, 2017
1 parent 80a281e commit 7e53dda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ configure(subprojects.findAll { !it.name.contains("testpack") && !it.name.starts
reportLevel = 'medium'
excludeFilter = new File(rootDir, "config/findbugs/findbugs-exclude.xml")
}

javadoc {
failOnError = false
}
}

// gradle wrapper version
Expand Down

0 comments on commit 7e53dda

Please sign in to comment.