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

Change dokka outputFormat to "javadoc" #131

Open
pbcornell opened this issue Feb 5, 2020 · 0 comments
Open

Change dokka outputFormat to "javadoc" #131

pbcornell opened this issue Feb 5, 2020 · 0 comments
Labels
cleanup General cleanup

Comments

@pbcornell
Copy link

As identified in #130:

  • javadoc.io doesn't recognize dokka's "html" outputFormat
  • Kotlin's dokka tool fails on JDK 10 or higher when the "javadoc" outputFormat is specified (see dokka/294)

In the interim, the release process requires manually changing dokka's outputFormat to "html" and building with JDK 8.

Once dokka/294 is addressed (or javadoc.io recognizes dokka's "html" output), we should remove this manual step from the release process (by either setting dokka's outputFormat to "javadoc" in the repository, or successfully publishing dokka's "html" output to javadoc.io).

@pbcornell pbcornell added the cleanup General cleanup label Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup General cleanup
Projects
None yet
Development

No branches or pull requests

1 participant