Skip to content

Commit

Permalink
fix(java): use native git for get-commit-id plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Jul 5, 2023
1 parent f231e5d commit d97945e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@

<!-- Compatible with Spark 3.2.1 -->
<guava.version>14.0.1</guava.version>

<!-- workaround to make git-commit-id work in Git worktree, refer https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/215 -->
<maven.gitcommitid.nativegit>true</maven.gitcommitid.nativegit>
</properties>

<dependencies>
Expand Down

0 comments on commit d97945e

Please sign in to comment.