gradle-aggregate-javadocs-plugin icon indicating copy to clipboard operation
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

Hello, it seems this plugin is not configurable at all. I've added the new JDK tags (apiNote, implSpec and implNote) and in subprojects they are generated correctly with the following...

I add below script to the build.gradle of my root android project and run command ./gradlew aggregateJavadocs. got below errors. Can anyone provide some help? Download https://jcenter.bintray.com/com/netflix/nebula/gradle-aggregate-javadocs-plugin/maven-metadata.xml Download https://jcenter.bintray.com/com/netflix/nebula/gradle-aggregate-javadocs-plugin/2.2.1/gradle-aggregate-javadocs-plugin-2.2.1.pom Download...

Suppose I need to aggregate javadoc not for all my subprojects, but only for a few of them. It would be good to be able to specify which projects to...

Add a Gradle Extension that allows a user to configure project to include or projects to exclude. Fixes #5

Hi, I'm facing performance issue in my multiproject with about 380 modules. I know that create so many javadoc could be slow, but I want to be sure that I'm...

Hi all, It seems this plugin isn't published to plugins.gradle.org? Is it possible to do this? Is there any way I can assist in that process? Cheers, Chris

followed the steps in the readme, didn't work. no idea what's wrong

I would not be at all surprised that I'm doing something wrong, but here's what's happening. I've written a custom javadoc taglet that is deployed to a GAV on our...

This may be more background than you need, but I've been following a long twisty path to get one thing done. I wrote a custom javadoc taglet that emits a...

My code contains non-Cp1252 characters. The javadoc for each project can be created with no problems by using the following code. allprojects { javadoc { options { locale = 'en_GB'...