Remove usages of `--incompatible_disable_non_executable_java_binary` With the java rules no longer in Bazel, this behaviour no longer needs to be a native flag. In the future, we can simply flip the value (although the lack of a flag means unmigrated users may have to patch `@rules_java` to change the value). PiperOrigin-RevId: 754890658 Change-Id: Ifcc43f981eeb7c461379b8fb78b631b91a4545ab
Java Rules for Bazel https://bazel.build.
Documentation
For a quickstart tutorial, see https://bazel.build/start/java
For slightly more advanced usage, like setting up toolchains or writing your own java-like rules, see https://bazel.build/docs/bazel-and-java
Core Java rules
Add a load like:
load("@rules_java//java:java_library.bzl", "java_library")
to your BUILD / BUILD.bazel / bzl` files
For detailed docs on the core rules, see https://bazel.build/reference/be/java