mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-12-22 16:04:59 +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") {
|
tasks.getByName<Jar>("jar") {
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
archiveBaseName.set("Plex-HTTPD")
|
archiveBaseName.set("Module-HTTPD")
|
||||||
archiveVersion.set("")
|
archiveVersion.set("")
|
||||||
from("src/main/resources") {
|
from("src/main/resources") {
|
||||||
exclude("dev/**")
|
exclude("dev/**")
|
||||||
|
|
Loading…
Reference in a new issue