Skip to content

Commit

Permalink
Add to jar ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Apr 26, 2024
1 parent 88bdd29 commit 9d36be5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package io.quarkus.deployment.pkg.steps;

import static io.quarkus.deployment.pkg.PackageConfig.JarConfig.JarType.*;
import static io.quarkus.deployment.pkg.PackageConfig.JarConfig.JarType.LEGACY_JAR;
import static io.quarkus.deployment.pkg.PackageConfig.JarConfig.JarType.MUTABLE_JAR;
import static io.quarkus.deployment.pkg.PackageConfig.JarConfig.JarType.UBER_JAR;

import java.io.BufferedInputStream;
import java.io.BufferedWriter;
Expand Down Expand Up @@ -1474,6 +1476,7 @@ private static class IsEntryIgnoredForUberJarPredicate implements Predicate<Stri
"META-INF/DEPENDENCIES.txt",
"META-INF/beans.xml",
"META-INF/quarkus-config-roots.list",
"META-INF/noteworthy-build-items.list",
"META-INF/quarkus-javadoc.properties",
"META-INF/quarkus-extension.properties",
"META-INF/quarkus-extension.json",
Expand Down

0 comments on commit 9d36be5

Please sign in to comment.