bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
363 stars 277 forks source link

adjust_resources_path_by_default_prefixes #928

Open ittaiz opened 4 years ago

ittaiz commented 4 years ago

See if we can replace adjust_resources_path_by_default_prefixes with code from rules_java (existing or to contribute back). Motivation for generalization- Recurring pattern of adjusting "resources"

borkaehw commented 4 years ago

It may have been renamed to _target_path_by_default_prefixes in scala/private/resources.bzl.