Skip to content

Commit 08d3187

Browse files
hvadehracopybara-github
authored andcommitted
Enable Starlark java_test in Bazel
This makes `--legacy_bazel_java_test` a no-op: bazelbuild#17758 RELNOTES[INC]: --legacy_bazel_java_test is now a no-op PiperOrigin-RevId: 516540643 Change-Id: If37fac1f6dab1659975c3a17fc3151e365a72b65
1 parent 16d3f99 commit 08d3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/builtins_bzl/bazel/exports.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ exported_rules = {
4040
"java_proto_library": java_proto_library,
4141
"+cc_proto_library": cc_proto_library,
4242
"+java_binary": java_binary,
43-
"-java_test": java_test,
43+
"+java_test": java_test,
4444
"py_binary": py_binary,
4545
"py_test": py_test,
4646
"py_library": py_library,

0 commit comments

Comments
 (0)