jenkinsci / lib-file-leak-detector

Java agent that detects file handle leak
http://file-leak-detector.kohsuke.org/
MIT License
241 stars 112 forks source link

Exclude unneeded args4j resources from shaded JAR #71

Closed basil closed 2 years ago

basil commented 2 years ago

Amends #69. Newer versions of args4j have a bunch of cruft in the JAR file, which we then pull in when sharing. To keep our shaded JAR roughly the same as it was before, excluded this unneeded cruft.