Skip to content

Commit

Permalink
Build cache - Ignore quarkus-ide-launcher in classpath
Browse files Browse the repository at this point in the history
It shouldn't be around anyway as only useful for IDE runs so let's get
it out of the classpath.
  • Loading branch information
gsmet authored and holly-cummins committed Feb 8, 2024
1 parent c41266c commit 73c75b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,11 @@
<ignore>maven.settings</ignore>
</ignoredKeys>
</systemProperties>
<runtimeClassPath>
<ignoredFiles>
<ignoredFile>**/quarkus-ide-launcher-*.jar</ignoredFile>
</ignoredFiles>
</runtimeClassPath>
</normalization>
<plugins>
<plugin>
Expand Down

0 comments on commit 73c75b0

Please sign in to comment.