Ignore md files in fat jar build
This commit is contained in:
parent
333aacf4ab
commit
c1fb44a145
@ -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…
x
Reference in New Issue
Block a user