We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest
In the maven-shade-plugin, we could include and exclude the files in dependencies with regex. Can I do that with shadowJar plugin? (https://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html)
It seems current shadowJar just supports dependencies level include and exclude.
None
jar tf <jar file>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Shadow Version
Latest
Gradle Version
Latest
Expected Behavior
In the maven-shade-plugin, we could include and exclude the files in dependencies with regex. Can I do that with shadowJar plugin? (https://maven.apache.org/plugins/maven-shade-plugin/examples/includes-excludes.html)
Actual Behavior
It seems current shadowJar just supports dependencies level include and exclude.
Gradle Build Script(s)
None
Content of Shadow JAR (
jar tf <jar file>
- post link to GIST if too long)None
The text was updated successfully, but these errors were encountered: