Skip to content

Commit bd6303b

Browse files
committed
Remove module-info.class
This shouldn't break anything, but gets rid of those nasty warnings on build... The module system doesn't work for us anyways
1 parent 481870d commit bd6303b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@
325325
<filter>
326326
<artifact>*:*</artifact>
327327
<excludes>
328+
<exclude>module-info.class</exclude>
328329
<exclude>META-INF/*.SF</exclude>
329330
<exclude>META-INF/*.DSA</exclude>
330331
<exclude>META-INF/*.RSA</exclude>

0 commit comments

Comments
 (0)