Skip to content

Commit

Permalink
Ignore javadoc errors while build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aritra Roy committed Oct 14, 2017
1 parent 0002b25 commit fdb1512
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ allprojects {
url "https://maven.google.com"
}
}

tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
}
}

task clean(type: Delete) {
Expand Down

0 comments on commit fdb1512

Please sign in to comment.