Skip to content

Commit

Permalink
Remove the ability to disable Starlark java_binary in bazel
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 544290837
Change-Id: I35edd9d21625a491bf83ae22fc90ab8392702cb4
  • Loading branch information
hvadehra authored and copybara-github committed Jun 29, 2023
1 parent b9dcb0c commit 05dea88
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_import": java_import,
"java_proto_library": java_proto_library,
"+cc_proto_library": cc_proto_library,
"+java_binary": java_binary,
"java_binary": java_binary,
"java_test": java_test,
"py_binary": py_binary,
"py_test": py_test,
Expand Down

0 comments on commit 05dea88

Please sign in to comment.