Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ExcludeInternalDoclet to latest artifacts from javadoc-tools #287

Open
alexander-yevsyukov opened this issue Oct 27, 2021 · 1 comment

Comments

@alexander-yevsyukov
Copy link
Contributor

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:

  • Step 1. Update ExcludeInternalDoclet.kt to use new API.

  • Step 2. Turn ExcludeInternalDoclet.kt into a part of javadoc-filter artifact, having it as a Gradle plugin, which would be published at Gradle Plugin Portal.

@alexander-yevsyukov
Copy link
Contributor Author

@armiol, FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant