Add version back to jar

This commit is contained in:
2022-04-18 17:11:24 -05:00
parent df02ad6771
commit 953f1813d3
2 changed files with 1 additions and 9 deletions

View File

@ -62,18 +62,10 @@ version = "1.0.2-SNAPSHOT"
description = "Plex"
shadowJar {
archiveBaseName.set("Plex")
archiveClassifier.set("")
archiveVersion.set("")
relocate "org.bstats", "dev.plex"
}
tasks.jar {
archiveBaseName.set("Plex")
archiveClassifier.set("notshaded")
archiveVersion.set("")
}
bukkit {
name = "Plex"
version = rootProject.version