Reputation: 1
I keep getting a
Failed to execute goal org.apache.maven.plugins:maven-shade-plugin:2.1:shade (default) on project PermissionsPlugin: Error creating shaded jar: Error in ASM processing class net/perms/commands/rank/deleteRank.class" error.
I can't figure out what is happening, as Intellij isn't giving me any errors when I build with it. The reason I build with maven is to shade, in case you were wondering. Any suggestions on how to fix this?
Upvotes: 0
Views: 246
Reputation: 1
I found out my issue. My maven shade plugin wasn't up to date... The error has been fixed by Maven a while ago.
Upvotes: 0