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
This commit is contained in:
Nico Mexis 2021-08-27 10:17:10 +02:00
parent 481870d656
commit bd6303b75c
No known key found for this signature in database
GPG key ID: 27D6E17CE092AB78

View file

@ -325,6 +325,7 @@
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>module-info.class</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>