Don't set the name of the jar

This commit is contained in:
extendedclip 2020-07-31 10:46:27 -04:00
parent 9901e8bc24
commit e932fabe64
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ tasks.withType(JavaCompile) {
shadowJar {
archiveClassifier.set("")
archiveFileName = "PlaceholderAPI-${project.version}.jar"
relocate "org.bstats", "me.clip.placeholderapi.metrics"
relocate "com.google.gson", "me.clip.placeholderapi.libs.gson"
}