-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Labels
Comments
41 tasks
5 tasks
This might've been fixed in sbt 1.3, so perhaps worth checking after upgrading. |
Merged
Fixed by #110, also Travis tests against Java 11 meanwhile and looks good. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
sbt +publish
for omnidoc using JDK11 ends successfully, even though the output is incomplete and some internal steps actually fail.See for example:
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 bothomnidoc/scaladoc
andomnidoc/playdoc
but I didn't check if the output is complete.The text was updated successfully, but these errors were encountered: