Next issue: I have 28 modules in this project that...
# gradle
d
Next issue: I have 28 modules in this project that I need to generate javadocs for. Ideally I would like to generate the docs only when built on my CI server and as 1 merged javadoc jar
g
dumptruckman: You can create custom task that extends Javadoc task to do that: https://docs.gradle.org/current/dsl/org.gradle.api.tasks.javadoc.Javadoc.html