-
Notifications
You must be signed in to change notification settings - Fork 419
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
Dokka crashes in Gradle + JDK11 with NoClassDefFoundError: com/sun/tools/doclets/formats/html/HtmlDoclet #428
Labels
bug
format: Javadoc
An issue/PR related to Dokka's Javadoc output format or the Javadoc comments in general
Milestone
Comments
Duplicate of #294 |
semoro
added
bug
format: Javadoc
An issue/PR related to Dokka's Javadoc output format or the Javadoc comments in general
labels
May 16, 2019
Is this issue going to get any attention? How is this not higher priority? |
Hi, we are working on this issue. The main problem is that in the JDK the entire doclet model has changed and we have to reimplement the javadoc format from scratch, so it's gonna take a while |
@semoro Please close the duplicate. Progress can be tracked in the original. |
Closing as duplicate of #294 |
garfieldnate
added a commit
to garfieldnate/picnic
that referenced
this issue
Apr 13, 2021
Using the previous dependency versions, the build always failed during the documentation tasks; this was due to an incompatibility between Kotlin and Gradle (see Kotlin/dokka#428). Update Kotlin to 1.4.30 (not the latest version, but the latest version available in IDEA). KTLint could not be updated to 0.41.0 because of some weird behavior with the plugin (sample/Main.kt indentation is marked as incorrect). Update the configuration blocks, as well (the `dokka` block is no more).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
format: Javadoc
An issue/PR related to Dokka's Javadoc output format or the Javadoc comments in general
Dokka 0.9.17
Steps to reproduce:
docker run --rm -ti openjdk:11 /bin/bash
git clone https://github.com/mvysny/dynatest
cd dynatest
./gradlew dokka --stacktrace
This will fail with:
The text was updated successfully, but these errors were encountered: