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
Update .bazelrc Java Language Version Flags to Fix New Rules Java8 Defaults
Now that I've moved to using rules_java for java_*() rules, it turns out that
they're defaulting to Java8 language version even though I'm specifying remoteJDK11
Java runtime. These new flags in .bazelrc ensure that rules_java is configured to
properly use language version 11.
0 commit comments