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
In #409 we added a profile with arguments necessary to run under Java 9. This profile will only be used during development by those running a Java 9 JVM. I suspect that it is possible to autodetect this in the project setup and adjust accordingly. Alternatively other Clojure(Script) projects may have landed on other standard approach(es) that we might consider.
The text was updated successfully, but these errors were encountered:
@WilliamParker It turns out that the module added for development on JDK9 was removed in JDK11, and that it was replaced with a set of normal Maven artifacts. If these artifacts also work on JDK9, then autodetecting is moot, as we can just make the java.xml.bind stuff dev dependencies.
/me goes off to make a patch
eraserhd
added a commit
to eraserhd/clara-rules
that referenced
this issue
Dec 10, 2018
In #409 we added a profile with arguments necessary to run under Java 9. This profile will only be used during development by those running a Java 9 JVM. I suspect that it is possible to autodetect this in the project setup and adjust accordingly. Alternatively other Clojure(Script) projects may have landed on other standard approach(es) that we might consider.
The text was updated successfully, but these errors were encountered: