You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.
While trying to use this module I got an error in the imports. After some some searching I noticed that MDoc's --classpath is not being used in the call to Jvm.runLocal. More concretely the command line arguments should be changed.
Here is my working version that I use as an override:
Additional errors were detected with the proposed solution above. For more information see this issue. See this for a working example (we need to add the correct Scala compiler).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to use this module I got an error in the imports. After some some searching I noticed that MDoc's
--classpath
is not being used in the call toJvm.runLocal
. More concretely the command line arguments should be changed.Here is my working version that I use as an override:
Two additional notes:
cp
parameter. I think here we should just add MDoc and its dependencies.The text was updated successfully, but these errors were encountered: