Skip to content

Commit

Permalink
Exclude Java9 module-info classes from build.
Browse files Browse the repository at this point in the history
These are transitives from repacked Objectweb asm.
  • Loading branch information
covers1624 committed Dec 11, 2021
1 parent 5299efe commit c44b460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ shadowJar {
manifest {
attributes 'Premain-Class': 'net.creeperhost.log4jpatcher.Main'
}
exclude '**/module-info.class'
relocate 'org/objectweb', 'net/creeperhost/repack/org/objectweb'
}

0 comments on commit c44b460

Please sign in to comment.