Update build.gradle

This commit is contained in:
DGun Otto
2024-06-05 21:42:14 +08:00
committed by GitHub
parent 5c91e6083d
commit a89358e362
+1 -1
View File
@@ -131,7 +131,7 @@ tasks {
// Options
archiveAppendix.set("")
archiveClassifier.set("")
archiveBaseName.set("Authme")
archiveBaseName.set("AuthMe")
destinationDirectory.set(file("$rootDir/outs"))
// Libraries Relocate
relocate("org.apache.http", "fr.xephi.authme.libs.org.apache.http")