Skip to content

Commit

Permalink
Use Maven wrapper in pre-commit hook (#540)
Browse files Browse the repository at this point in the history
Closes #539
  • Loading branch information
westse authored Jun 30, 2023
1 parent fa2b18f commit e3cedbd
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 @@ -381,7 +381,7 @@
<skipRepositoryCheck>true</skipRepositoryCheck>
<hooks>
<pre-commit>
mvn com.coveo:fmt-maven-plugin:format
./mvnw com.coveo:fmt-maven-plugin:format
</pre-commit>
</hooks>
</configuration>
Expand Down

0 comments on commit e3cedbd

Please sign in to comment.