Skip to content

Commit

Permalink
Enable Starlark java_test in Bazel
Browse files Browse the repository at this point in the history
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
  • Loading branch information
hvadehra authored and copybara-github committed Mar 14, 2023
1 parent 16d3f99 commit 08d3187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/builtins_bzl/bazel/exports.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exported_rules = {
"java_proto_library": java_proto_library,
"+cc_proto_library": cc_proto_library,
"+java_binary": java_binary,
"-java_test": java_test,
"+java_test": java_test,
"py_binary": py_binary,
"py_test": py_test,
"py_library": py_library,
Expand Down

0 comments on commit 08d3187

Please sign in to comment.