rules_java icon indicating copy to clipboard operation
rules_java copied to clipboard

Please add shim for java_common

Open jmillikin-stripe opened this issue 6 years ago • 0 comments

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.

jmillikin-stripe avatar Jul 29 '19 13:07 jmillikin-stripe