mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-11-23 12:15:00 +00:00
make module name consistent
This commit is contained in:
parent
266a8d6384
commit
026b29a98c
@ -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 New Issue
Block a user