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

Omnidoc fails on JDK11 #106

Closed
ignasi35 opened this issue Dec 18, 2019 · 3 comments
Closed

Omnidoc fails on JDK11 #106

ignasi35 opened this issue Dec 18, 2019 · 3 comments
Labels

Comments

@ignasi35
Copy link
Member

ignasi35 commented Dec 18, 2019

Running sbt +publish for omnidoc using JDK11 ends successfully, even though the output is incomplete and some internal steps actually fail.

See for example:

[warn] javadoc: error - No source files for package play
[warn] 1 error.
[warn] javadoc exited with exit code 2
[info] Omnidoc Java API documentation successful.

I know that at least the omnidoc/javadoc folder is empty. But I can't be sure about other expected outputs. There seems to be generated data in both omnidoc/scaladoc and omnidoc/playdoc but I didn't check if the output is complete.

@dwijnand
Copy link
Member

This might've been fixed in sbt 1.3, so perhaps worth checking after upgrading.

@ignasi35
Copy link
Member Author

This might've been fixed in sbt 1.3, so perhaps worth checking after upgrading.

LOL #71 and #103 🤦🏼‍♂️

@mkurz
Copy link
Member

mkurz commented Jan 1, 2022

Fixed by #110, also Travis tests against Java 11 meanwhile and looks good.

@mkurz mkurz closed this as completed Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants