From fee706ff1579a03134ef3b3f5337f85ab0d80246 Mon Sep 17 00:00:00 2001 From: Flowsqy <47575244+Flowsqy@users.noreply.github.com> Date: Mon, 27 Dec 2021 17:36:04 +0100 Subject: [PATCH] Remove warnings for overlapping META-INF/ files --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index c17eac3..47c14b8 100644 --- a/pom.xml +++ b/pom.xml @@ -244,6 +244,26 @@ de.epiceric.shopchest.dependencies.reflectionhelper + + + + + de.epiceric:ShopChest:*:* + + META-INF/** + META-INF/**/* + **/module-info.class + + + + *:* + + META-INF/** + META-INF/**/* + **/module-info.class + + +