raphw commented on issue #1: Update ASM to latest version
URL: https://github.com/apache/maven-shade-plugin/pull/1#issuecomment-377979931
The snapshot works fine with my build.
This is an automated message from the Apache Git
raphw commented on issue #1: Update ASM to latest version
URL: https://github.com/apache/maven-shade-plugin/pull/1#issuecomment-377886750
Absolutely. It should even work if you fork the repository
https://github.com/raphw/byte-buddy as CI picks up all branches.
raphw commented on issue #1: Update ASM to latest version
URL: https://github.com/apache/maven-shade-plugin/pull/1#issuecomment-377864297
No, I meant that I can build my project on Java 10 that uses the Maven Shade
plugin which did not build because of the outdated ASM version before.
raphw commented on issue #1: Update ASM to latest version
URL: https://github.com/apache/maven-shade-plugin/pull/1#issuecomment-377817912
I did not know that but I just overruled the dependencies in my build within
the tag and I can now successfully build on Java 10. I had to do the
same