johnrengelman / shadow

Gradle plugin to create fat/uber JARs, apply file transforms, and relocate packages for applications and libraries. Gradle version of Maven's Shade plugin.
http://imperceptiblethoughts.com/shadow/
Apache License 2.0
3.58k stars 386 forks source link

Fix invalid example in docs #912

Open staktrace opened 2 months ago

staktrace commented 2 months ago

The example as provided doesn't seem to work. Updating to what I believe is intended here.

staktrace commented 2 months ago

FWIW I'm using kotlin syntax. Maybe this is groovy syntax and it works in that case? I'm not sure.

staktrace commented 2 months ago

@Goooler I don't have permissions to merge the PR so please feel free to do that if you think the PR is fine. 🙇

Goooler commented 2 months ago

I don't have the permission as well :)