Skip to content

Commit

Permalink
Upgrade git-commit-id-plugin to 4.9.0 and set useNativeGit to not fai…
Browse files Browse the repository at this point in the history
…l on git worktrees
  • Loading branch information
groldan committed Aug 8, 2024
1 parent e3e9b7f commit 388df77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geowebcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.2.5</version>
<version>4.9.10</version>
<executions>
<execution>
<goals>
Expand All @@ -646,6 +646,7 @@
</execution>
</executions>
<configuration>
<useNativeGit>true</useNativeGit>
<prefix>build</prefix>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<skipPoms>false</skipPoms>
Expand Down

0 comments on commit 388df77

Please sign in to comment.