Skip to content

Commit

Permalink
Ignore gitpod changes in incremental build (GIB)
Browse files Browse the repository at this point in the history
  • Loading branch information
famod committed Feb 13, 2024
1 parent 0c6c219 commit 2164a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
See also: https://github.com/gitflow-incremental-builder/gitflow-incremental-builder/issues/213 -->
<configuration>
<!-- these metadata file can't affect the build -->
<excludePathsMatching>\.sdkmanrc</excludePathsMatching>
<excludePathsMatching>\.sdkmanrc|.gitpod.yml|\.gitpod[/\\].*</excludePathsMatching>
<!-- pointless to attempt incremental build if something like mvnw was changed
(and also potentially wrong, given that independent-projects might not be built) -->
<skipIfPathMatches>\.github[/\\].*|\.mvn[/\\].*|mvnw.*</skipIfPathMatches>
Expand Down

0 comments on commit 2164a71

Please sign in to comment.