Don't filter files under META-INF

This commit is contained in:
Dreeam 2025-01-27 15:11:47 -05:00 committed by GitHub
parent 4a89e0a468
commit 5c84bb0d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,6 @@ tasks {
// Options // Options
archiveFileName = "AuthMe-${project.version}.${archiveExtension.get()}" archiveFileName = "AuthMe-${project.version}.${archiveExtension.get()}"
destinationDirectory.set(file("$rootDir/outs")) destinationDirectory.set(file("$rootDir/outs"))
exclude("META-INF/**")
// Libraries Relocate // Libraries Relocate
relocate("org.apache.http", "fr.xephi.authme.libs.org.apache.http") relocate("org.apache.http", "fr.xephi.authme.libs.org.apache.http")
relocate("org.apache.commons", "fr.xephi.authme.libs.org.apache.commons") relocate("org.apache.commons", "fr.xephi.authme.libs.org.apache.commons")