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
Conditionally set -Djava.security.manager=allow for jdk >= 17 (bazel-contrib#1555)
Conditionally set -Djava.security.manager=allow for jdk >= 17
rules_scala uses SecurityManager which is deprecated and fails at runtime on jdk21+ (no replacement for this yet)
Bazel's approach to solve this is conditionally add a jvm flag see bazelbuild/bazel#14502
CI builds were failing for some time because jdk was updated to 21
0 commit comments