mirror of
https://github.com/plexusorg/Plex.git
synced 2025-08-07 07:09:28 +00:00
Set the jar name just to "Plex"
This commit is contained in:
@@ -53,9 +53,16 @@ description = "Plex"
|
|||||||
|
|
||||||
shadowJar {
|
shadowJar {
|
||||||
archiveClassifier.set("")
|
archiveClassifier.set("")
|
||||||
|
archiveBaseName.set("Plex")
|
||||||
|
archiveVersion.set("")
|
||||||
relocate "org.bstats", "dev.plex"
|
relocate "org.bstats", "dev.plex"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.jar {
|
||||||
|
archiveBaseName.set("Plex")
|
||||||
|
archiveVersion.set("")
|
||||||
|
}
|
||||||
|
|
||||||
bukkit {
|
bukkit {
|
||||||
name = "Plex"
|
name = "Plex"
|
||||||
version = rootProject.version
|
version = rootProject.version
|
||||||
|
Reference in New Issue
Block a user