mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Don't set the name of the jar
This commit is contained in:
parent
9901e8bc24
commit
e932fabe64
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user