appjar_locator does not add the `tags` to the target
Closed this issue · 5 comments
# SUBRULE 2C: CLASSPATH INDEX
# see https://github.com/salesforce/rules_spring/issues/81
_appjar_locator_rule(
name = appjar_locator_rule,
app_dep = java_library,
)
Thanks @george-harness for the report. Do you need this resolved urgently, or is this just a nice-to-have?
@plaird it is not urgent, but it is blocker. I have targets that I want to have tag "manual" for them, and because of this one target that depends on them, the whole chain of targets get build when using build all.
This was resolved in release 2.1.4. Thanks for reporting!
Thank you @plaird. By the way there is copy/paste spelling in the release adoption script
http_archive(
name = "rules_spring",
sha256 = "9385652bb92d365675d1ca7c963672a8091dc5940a9e307104d3c92e7a789c8e",
urls = [
"https://github.com/salesforce/rules_spring/releases/download/2.1. --> 3 instead of 4 /rules-spring-2.1.4.zip",
],
)
Ack. Thanks for spotting! Fixed.