Make it consistent with other jar naming

This commit is contained in:
Telesphoreo 2022-04-01 23:16:38 -05:00
parent ce34096c4d
commit b9be908413
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ publishing {
tasks.getByName<Jar>("jar") {
// duplicatesStrategy = DuplicatesStrategy.EXCLUDE
archiveBaseName.set("Plex-HTTPD")
archiveVersion.set("")
// from("src/main/resources") {
// include("**/**")
// }