Skip to content

Commit

Permalink
Automated rollback of commit 08d3187.
Browse files Browse the repository at this point in the history
*** Reason for rollback ***

Breakages in downstream

*** Original change description ***

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: 516952453
Change-Id: I30a5177954747060133209461c080071d9c1fd84
  • Loading branch information
hvadehra authored and fweikert committed May 25, 2023
1 parent 56da6c7 commit ebbb444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/starlark/builtins_bzl/bazel/exports.bzl
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 ebbb444

Please sign in to comment.