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 example,
A depends on B, and both are in a java_test.
Currently, Jadep will not find a satisfying rule for B, even though the java_test provides B and there's no need for another dependency.
The same scenario works for java_library, and the reason is that java_test's are not considered because they're not rules a Java rule can deps on.
The text was updated successfully, but these errors were encountered:
For example,
A depends on B, and both are in a java_test.
Currently, Jadep will not find a satisfying rule for B, even though the java_test provides B and there's no need for another dependency.
The same scenario works for java_library, and the reason is that java_test's are not considered because they're not rules a Java rule can
deps
on.The text was updated successfully, but these errors were encountered: