From 30c34940919f95bc0badbcaf73d151fc0efae40a Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Thu, 1 Aug 2019 20:35:33 +0300 Subject: [PATCH] Removed module-info.classes from the jar --- Plan/common/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/Plan/common/build.gradle b/Plan/common/build.gradle index aa5479f81..983d891c1 100644 --- a/Plan/common/build.gradle +++ b/Plan/common/build.gradle @@ -30,6 +30,7 @@ shadowJar { exclude "**/*.woff2" exclude "**/*.psd" + exclude "**/module-info.class" exclude 'META-INF/versions/' // Causes Sponge to crash relocate('org.apache', 'plan.org.apache') {