Don't filter files under META-INF
This commit is contained in:
parent
4a89e0a468
commit
5c84bb0d20
@ -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")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user