Skip to content

Commit

Permalink
Merge pull request #4750 from gsmet/uberjar-ignore
Browse files Browse the repository at this point in the history
Ignore META-INF/quarkus-extension.json when building uberjars
  • Loading branch information
geoand authored Oct 22, 2019
2 parents 895c04c + fcafcff commit b12dfe2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ public class JarResultBuildStep {
"META-INF/quarkus-config-roots.list",
"META-INF/quarkus-javadoc.properties",
"META-INF/quarkus-extension.properties",
"META-INF/quarkus-extension.json",
"META-INF/quarkus-deployment-dependency.graph",
"META-INF/jandex.idx",
"LICENSE")));
Expand Down

0 comments on commit b12dfe2

Please sign in to comment.