Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not match
java_binary
deploy.jar
with wildcard target patterns
With the native implementation of `java_binary`, `bazel build //...` would not end up building deploy jars. This is achieved for the Starlark implementation by adding the `manual` tag to the deploy jar rule. Since the list may already be frozen, we need to make a copy. Closes #17115. PiperOrigin-RevId: 503071603 Change-Id: I99afdac8c040bf0aecd5a1bf7d4acf529058ac22
- Loading branch information