If I have a project that has java
, groovy
, and kotlin
plugins applied with code written in each, how do I create (and should I) create a single javadoc.jar
distribution with all of the code documentation?
The java
plugin gives me the javadoc
class, the groovy
plugin gives me the groovydoc
task, but these do not seem to cooperate.
How do I "merge" this documentation into a single cohesive artifact?