Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
elandau committed Nov 16, 2018
1 parent 011a6f3 commit 2438469
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ allprojects {

apply plugin: 'net.saliman.cobertura'

tasks.withType(Javadoc).all { enabled = false }
tasks.withType(Javadoc) {
options.addBooleanOption('Xdoclint:none', true)
}
}

subprojects {
Expand Down

0 comments on commit 2438469

Please sign in to comment.