Skip to content
Snippets Groups Projects
Verified Commit 33080c63 authored by Miles Vella's avatar Miles Vella
Browse files

fix fatJar build failure

parent a4b420e3
Branches
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ task fatJar(type: Jar) { ...@@ -101,7 +101,7 @@ task fatJar(type: Jar) {
exclude "META-INF/*.DSA" exclude "META-INF/*.DSA"
exclude "META-INF/*.RSA" exclude "META-INF/*.RSA"
exclude "META-INF/*.md" exclude "META-INF/*.md"
exclude "module-info.class" exclude "**/module-info.class"
} }
with jar with jar
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment