-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
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
Compiled module descriptor in shadow-2.0.2.jar #352
Comments
This is a Java 9 thing right? |
Sounds reasonable. |
FYI, I tried to use
|
Hmm, that should work. Theres nothing special about the file types for the exclude filter. |
@johnrengelman it was my fault. In my project we defined a shadedJar task and I was executing the shadowJar task, which wasn’t honoring any of my customizations. |
Added this in 275382c |
shadow-2.0.2.jar
contains themodule-info.class
from ASM project. It reports:org.objectweb.asm.commons
(6.0)as its name to the Java module system. Compiled module desriptors from other artifacts should not be present.
jar --describe-module
reports:The text was updated successfully, but these errors were encountered: