chrisbanes / gradle-mvn-push

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

Disable doclint in JDK 8 Javadoc #51

Closed thomaspaulmann closed 4 years ago

thomaspaulmann commented 8 years ago

Doclint was introduced in JDK 8 and checks Javadoc comments to conform W3C HTML 4.01 HTML. In my opinion it's a little bit to strict per default and crashes documentations, that worked well. This is an easy way to disable it per default. Maybe this should be optional with a gradle property. If you want, I can insert that as well.

AlexanderLS commented 6 years ago

@thomaspaulmann your commits merged to https://github.com/Vorlonsoft/GradleMavenPush