Skip to content

Commit

Permalink
Exclude lint from javadoc. More info at: novoda/bintray-release#71
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Castillo Malpesa committed Aug 28, 2017
1 parent e919b7a commit 9547c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/android-quality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ task jacocoTestReport(type: JacocoReport, dependsOn: 'testDebugUnitTest') {
}

task javadoc(type: Javadoc) {
excludes = ['**/*.kt']
options.addBooleanOption('Xdoclint:none', true)
}

0 comments on commit 9547c9b

Please sign in to comment.