gradle-aggregate-javadocs-plugin
gradle-aggregate-javadocs-plugin copied to clipboard
Provides the ability to aggregate Javadocs across all projects in a multi-project build.
Results
13
gradle-aggregate-javadocs-plugin issues
Sort by
recently updated
recently updated
newest added
Currently, running this plugin (which is awesome, thanks!) generates a lot of unnecessary warnings. Would it be possible to have something akin to: ``` subprojects { tasks.withType(Javadoc) { options.addStringOption('Xdoclint:none', '-quiet')...