http://wwwgpe4ohqdkpwa7ft7ktvl7dw2bnf5tdgszlovu5hrmlwdoqstmvqqd.onion/blog/2013/03/09/aggregated-javadoc-with-apiviz-in-gradle
There is an open ticket in the Gradle bug tracker about built-in
aggregated Javdoc support, so it might be possible that this will be built into
Gradle in the future. However, as I lack a time machine, I decided to base my
implementation on the ‘workaround’ code in that ticket, with changes to support
APIviz. To avoid cluttering the classpath of my actual application with APIviz, I
created a new configuration for doclet JARs, and then...