SpineEventEngine / config

Dependencies and build configurations shared among subprojects
https://spine.io
Apache License 2.0
2 stars 3 forks source link

Migrate `ExcludeInternalDoclet` to latest artifacts from `javadoc-tools` #287

Open alexander-yevsyukov opened 3 years ago

alexander-yevsyukov commented 3 years ago

Currently the ExcludeInternalDoclet which is used for adding filtering doclet to a Gradle project uses the version, which was introduced in base long ego.

The API of newer version of Javadoc tools introduces different packages and names. E.g. io.spine.tools.javadoc.ExcludeInternalDoclet became io.spine.tools.javadoc.doclet.ExcludeInternal.

We need to migrate to newer API in two steps:

alexander-yevsyukov commented 3 years ago

@armiol, FYI.