<@U053H6LQS> and I have been discussing potential ...
# general
j
@ancient-stone-50795 and I have been discussing potential syntax for specifying shading rules on a
jvm_binary
. Lots of options, but I think we’re settling between
Copy code
jvm_binary(name=’my-app’,
  shading_rules = [ 
    Shading.Exclude(‘pattern’),
    Shading.Relocate(from, to),
  ],
)