Netflix / msl

Message Security Layer
Apache License 2.0
713 stars 79 forks source link

configure javadoc task properly #307

Closed rpalcolea closed 5 years ago

rpalcolea commented 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