Give the JARs nicer names

This commit is contained in:
2022-04-23 23:35:37 -05:00
parent fbd3983c0b
commit 36877ae2f2
2 changed files with 9 additions and 0 deletions

View File

@ -13,6 +13,10 @@ repositories {
}
}
jar {
archiveBaseName.set("Plex-API")
}
dependencies {
compileOnly "org.projectlombok:lombok:1.18.22"
annotationProcessor "org.projectlombok:lombok:1.18.22"