rules_jvm_external
rules_jvm_external copied to clipboard
feat: allow attaching platform constraints to dependency trees imported through maven.install
Platform constraints can be used by users to enforce isolation between distinct dependency trees. Users can choose which dimensions they care to isolate — OS, CPU, or even some custom definition that only makes sense for their codebase.
Fixes 1222