Closed rpalcolea closed 5 years ago
New versions of gradle will fail this build because replacing existing tasks is not supported anymore: https://stash.corp.netflix.com/projects/SPE/repos/msl-core/compare/commits?sourceBranch=refs/heads/fix-javadoc-task
Error message:
Caused by: java.lang.IllegalStateException: Replacing an existing task that may have already been used by other plugins is not supported. Use a different name for this task ('javadoc').
Solution is to configure javadoc task instead
javadoc
New versions of gradle will fail this build because replacing existing tasks is not supported anymore: https://stash.corp.netflix.com/projects/SPE/repos/msl-core/compare/commits?sourceBranch=refs/heads/fix-javadoc-task
Error message:
Solution is to configure
javadoc
task instead