mirror of
https://github.com/plexusorg/Module-HTTPD.git
synced 2024-12-22 07:55:01 +00:00
Make it consistent with other jar naming
This commit is contained in:
parent
ce34096c4d
commit
b9be908413
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ publishing {
|
|||
tasks.getByName<Jar>("jar") {
|
||||
// duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
archiveBaseName.set("Plex-HTTPD")
|
||||
archiveVersion.set("")
|
||||
// from("src/main/resources") {
|
||||
// include("**/**")
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue