mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2025-07-03 00:46:41 +00:00
Make the pages more consistent
This commit is contained in:
@ -66,6 +66,10 @@ publishing {
|
||||
}
|
||||
|
||||
tasks.getByName<Jar>("jar") {
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
archiveBaseName.set("Plex-HTTPD")
|
||||
archiveVersion.set("")
|
||||
from("src/main/resources") {
|
||||
exclude("dev/**")
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user