Skip to content

Commit

Permalink
javadoc fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
miho committed Dec 26, 2016
1 parent 5c5c2b2 commit 301ad78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sourceCompatibility = '1.8'

tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
failOnError = false
}

task wrapper(type: Wrapper, description: 'Creates and deploys the Gradle wrapper to the current directory.') {
Expand Down

0 comments on commit 301ad78

Please sign in to comment.