Skip to content

Commit 8a23169

Browse files
hvadehracopybara-github
authored andcommitted
Automated rollback of commit 08d3187.
*** Reason for rollback *** Breakages in downstream *** Original change description *** Enable Starlark `java_test` in Bazel This makes `--legacy_bazel_java_test` a no-op: #17758 RELNOTES[INC]: --legacy_bazel_java_test is now a no-op PiperOrigin-RevId: 516952453 Change-Id: I30a5177954747060133209461c080071d9c1fd84
1 parent bcaed28 commit 8a23169

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)