Is there any plugin for gradle that performs similar to maven's mvn javadoc:fix
. It would be easy to create javadoc if there any plugin like that.
Asked
Active
Viewed 129 times
1

seenukarthi
- 8,241
- 10
- 47
- 68
-
https://github.com/melix/gradle-javadoc-hotfix-plugin perhaps? – Perryn Fowler Jul 01 '14 at 10:51
-
@PerrynFowler I think the plugin you mentioned to fix a vulnerability in javadoc already generated. what i need is a plugin that can generate/update the javadoc as maven javadoc:fix do. – seenukarthi Jul 02 '14 at 04:52