Closed
Description
In Spring Boot's build we publish two separate sets of javadoc:
- Gradle Plugin's javadoc
- Main javadoc aggregated from numerous projects
We want to apply the same conventions to both sets of javadoc, but don't want the Gradle Plugin's javadoc to be included in the main aggregated javadoc. I think this means that I'd like to be able to apply the javadoc-plugin
across the board (to pick up any conventions for CSS etc) and then to be able to filter the projects that the aggregated javadoc plugin will use.