Make the pages more consistent

This commit is contained in:
2022-04-18 17:02:08 -05:00
parent cbc7907aea
commit 7760eb6ff2
11 changed files with 72 additions and 11 deletions

View File

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