Skip to content

Commit

Permalink
removes maven dir in output shadow jar (#1993)
Browse files Browse the repository at this point in the history
* removes commons-text from maven dir in output shadow jar. I think this is okay as I cannot find a reference to it either in the code or in the dependencies of any of the build stages (transient or otherwise).

* remove all the maven

Co-authored-by: Tim Bazuin <tim.bazuin@ns.nl>
  • Loading branch information
krageon and Tim Bazuin committed Oct 21, 2022
1 parent 0746383 commit bfc5f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -294,7 +294,7 @@ shadowJar {

mergeServiceFiles()

exclude 'META-INF/maven/javax.servlet/**'
exclude 'META-INF/maven/**'
exclude 'module-info.class'
exclude 'handlebars-*.js'
}
Expand Down

0 comments on commit bfc5f1d

Please sign in to comment.