Skip to content

Commit

Permalink
Allow-list config-yaml warning on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmrcka committed Nov 2, 2023
1 parent 57c36c0 commit 8076a39
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ public final Pattern[] platformErrs() {
Pattern.compile(".*SLF4J:.*"),
// TODO https://github.com/quarkusio/quarkus/issues/36053
Pattern.compile(".*Unknown module: org.graalvm.nativeimage.*"),
// TODO https://github.com/quarkusio/quarkus/issues/36813
Pattern.compile(".*Unrecognized configuration file .*application.yml found.*"),
};
case LINUX:
return new Pattern[] {
Expand Down

0 comments on commit 8076a39

Please sign in to comment.