Introduction
I am currently working on a GitHub action that generates a JavaDoc and publish-it to GitHub, without need to configure JavaDoc inside the project.
Affected code:
mvn org.apache.maven.plugins:maven-javadoc-plugin:3.3.1:aggregate
Problematic
The problem with this code is that does not work with Gradle project
Question
And I was wondering if it would be possible to be able to do the same with Gradle? ie to be able to use the JavaDoc generation without it being in the project configs.