Is there a simple way to change the destination of...
# general
r
Is there a simple way to change the destination of a
resource
in a
deploy_jar
? I've been trying to use
relocated_files
and
experimental_wrap_as_resource
without much luck. It also seems to be possible with the
deploy_jar
shading_rules, but I'm not sure if that's intentional and it would be nice if I could put the resource where I want instead of having to relocate it after building the jar.