mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Ignore md files in fat jar build
This commit is contained in:
parent
333aacf4ab
commit
c1fb44a145
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ task("fatJar", type = Jar::class) {
|
||||||
"META-INF/*.SF",
|
"META-INF/*.SF",
|
||||||
"META-INF/*.DSA",
|
"META-INF/*.DSA",
|
||||||
"META-INF/*.RSA",
|
"META-INF/*.RSA",
|
||||||
"META-INF/NOTICE",
|
"META-INF/NOTICE*",
|
||||||
"META-INF/LICENSE",
|
"META-INF/LICENSE*",
|
||||||
"META-INF/INDEX.LIST",
|
"META-INF/INDEX.LIST",
|
||||||
"**/module-info.class"
|
"**/module-info.class"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue