https://pantsbuild.org/ logo
j

jolly-chef-92794

08/31/2015, 9:09 PM
@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),
  ],
)