mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-12-21 23:45:03 +00:00
make module name consistent
This commit is contained in:
parent
266a8d6384
commit
026b29a98c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ dependencies {
|
|||
|
||||
tasks.getByName<Jar>("jar") {
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
archiveBaseName.set("Plex-HTTPD")
|
||||
archiveBaseName.set("Module-HTTPD")
|
||||
archiveVersion.set("")
|
||||
from("src/main/resources") {
|
||||
exclude("dev/**")
|
||||
|
|
Loading…
Reference in a new issue