Skip to content

Commit

Permalink
Timezones are hard
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpaljak committed Apr 1, 2024
1 parent 57d76ac commit b2e0016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<!-- Package it into a reproducible JAR -->
<target name="dist" depends="jcpro,git">
<!-- Have the modification timestamp from last git commit (multiplied by 1000) -->
<jar destfile="ant-javacard.jar" level="9" basedir="build" modificationtime="${repository.timestamp}">
<jar destfile="ant-javacard.jar" level="9" basedir="build" modificationtime="0">
<manifest>
<!-- It is possible to execute ant-javacard.jar... -->
<attribute name="Main-Class" value="pro.javacard.ant.DummyMain"/>
Expand Down

0 comments on commit b2e0016

Please sign in to comment.