We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ded418 commit e29d4b2Copy full SHA for e29d4b2
test_workspaces/java_deps/BUILD.bazel
@@ -24,6 +24,6 @@ java_test(
24
test_class = "Main",
25
deps = [
26
"java_lib",
27
- "@maven//:com_google_protobuf_protobuf_java",
+ "@maven//:com_google_protobuf_protobuf_java", # Ensure @maven version is loaded
28
],
29
)
0 commit comments