Skip to content

Commit

Permalink
ignore javadoc for now
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangdavidliu committed May 11, 2016
1 parent 8132223 commit 5944766
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ idea {
}
}

if (JavaVersion.current().isJava8Compatible()) {
allprojects {
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
}
}

allprojects {
ext {
githubProjectName = 'eureka'
Expand Down

0 comments on commit 5944766

Please sign in to comment.