Skip to content

Commit

Permalink
Remove the git signature from log output, which would mess up date pa…
Browse files Browse the repository at this point in the history
…rsing
  • Loading branch information
martinpaljak committed Apr 8, 2024
1 parent 127dc2d commit 33894e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<arg value="--dirty"/>
</exec>
<exec executable="git" outputproperty="git.timestamp" failifexecutionfails="true" errorproperty="">
<arg value="-c"/>
<arg value="log.showSignature=false"/>
<arg value="log"/>
<arg value="-1"/>
<arg value="--format=%aI"/>
Expand Down

0 comments on commit 33894e6

Please sign in to comment.