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
We require Java 11 at runtime since #55 where we started using ProcessHandle.current().info().command(). Because it is just the client code, we could do some module splitting and require Java 11 only for the compilation of that code. The resulting native executable is java-version agnostic and the rest of the jars could then be runnable on Java 8.
The text was updated successfully, but these errors were encountered:
We require Java 11 at runtime since #55 where we started using
ProcessHandle.current().info().command()
. Because it is just the client code, we could do some module splitting and require Java 11 only for the compilation of that code. The resulting native executable is java-version agnostic and the rest of the jars could then be runnable on Java 8.The text was updated successfully, but these errors were encountered: