Skip to content

Instantly share code, notes, and snippets.

@plateaukao
Created December 3, 2019 07:42
Show Gist options
  • Save plateaukao/b477a0ddc22a25e34ead28bcfaf0e811 to your computer and use it in GitHub Desktop.
Save plateaukao/b477a0ddc22a25e34ead28bcfaf0e811 to your computer and use it in GitHub Desktop.
allprojects {
tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('encoding', 'UTF-8')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment