From bd6303b75cbd491d9857b135ede51872b1b55d3f Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Fri, 27 Aug 2021 10:17:10 +0200 Subject: [PATCH] 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 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 58865662..1f0998c0 100644 --- a/pom.xml +++ b/pom.xml @@ -325,6 +325,7 @@ *:* + module-info.class META-INF/*.SF META-INF/*.DSA META-INF/*.RSA