chrisbanes / gradle-mvn-push

Helper to upload Gradle Android Artifacts to Maven repositories
Apache License 2.0
1.05k stars 283 forks source link

Turn Off Doclint on Javadoc Tasks #22

Open JakeWharton opened 10 years ago

JakeWharton commented 10 years ago

Doclint failing the build is stupid. Let's get rid of it.

Should be something like this in the task:

options.addStringOption('Xdoclint:none')
AlexanderLS commented 6 years ago

@JakeWharton It will work with https://github.com/Vorlonsoft/GradleMavenPush. Please read README.md before use it.

You can set DOCLINT_CHECK (default is "false") to "true" or "false"