rules_java
rules_java copied to clipboard
Please add shim for java_common
Description of the problem / feature request:
native.java_common is a big chunk of Java rules logic embedded into Bazel, and required by rulesets that do complex Java compilation of their own ("JVM sandwich").
To simplify the migration to Starlark-only Java support, please add a wrapper in this repository that is API-compatible with java_common.