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

shadow plugin ignores jar files in resource folder #920

Open shalom938 opened 2 weeks ago

shalom938 commented 2 weeks ago

I am packaging a jar file as a resource, if i put it in src/main/resources shadow ignores it. fortunately i saw this issue from years ago and renamed the file to .myjar and then its packaged. https://github.com/johnrengelman/shadow/issues/276