Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
assofohdz committed Sep 15, 2016
1 parent 1e4d8ae commit 781c2f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extensions/Zay-ES-Net/build.gradle
Expand Up @@ -40,6 +40,13 @@ artifacts {
archives javadocJar
}

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

// Put this at the end or it won't pick up the project.version and stuff
// ...thus it also can't be injected. But that means we can also be selective
Expand Down

0 comments on commit 781c2f6

Please sign in to comment.