Skip to content

Commit

Permalink
Merge pull request quarkusio#37174 from gsmet/ignore-ide-deps
Browse files Browse the repository at this point in the history
Ignore files coming from quarkus-ide-launcher jar
  • Loading branch information
gsmet authored Nov 17, 2023
2 parents 943b0c4 + 6d85364 commit e4b5127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
</systemProperties>
<runtimeClassPath>
<ignoredFiles>
<ignoredFile>**/quarkus-ide-launcher-*.jar</ignoredFile>
<ignoredFile>META-INF/ide-deps/**</ignoredFile>
</ignoredFiles>
</runtimeClassPath>
</normalization>
Expand Down

0 comments on commit e4b5127

Please sign in to comment.