From 5c84bb0d20d086b8a543a78ae18ff89cb5ccc3c7 Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:11:47 -0500 Subject: [PATCH] Don't filter files under `META-INF` --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 174a3b5e..da797ffe 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -137,7 +137,6 @@ tasks { // Options archiveFileName = "AuthMe-${project.version}.${archiveExtension.get()}" destinationDirectory.set(file("$rootDir/outs")) - exclude("META-INF/**") // Libraries Relocate relocate("org.apache.http", "fr.xephi.authme.libs.org.apache.http") relocate("org.apache.commons", "fr.xephi.authme.libs.org.apache.commons")