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
For now this is "fixed" by adding --add-opens java.base/java.lang=ALL-UNNAMED to JAVA_OPTS for java9+ builds. I think a proper fix would involve adding a module-info.java which would expose the test package as a module (see https://stackoverflow.com/a/41265267/362531), but I don't think that's possible due to sbt/sbt#3368.
@SethTisue maybe this will be interesting for you as well :)
Something related to interceptors &
Unsafe
The text was updated successfully, but these errors were encountered: