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
Using load("@contrib_rules_jvm//java:defs.bzl", "java_test_suite") with junit4, gazelle removes all runtime_deps, but keeps them if I import a junit5 dependency. I assume this is probably unintentional since gazelle has no way to verify if a runtime_dep is valid or not.