Skip to content

Commit

Permalink
Enforce reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Feb 9, 2024
1 parent 5e9d2fe commit ea0daee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<properties>
<!-- Java 17 config -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.release>17</maven.compiler.release>
Expand Down

0 comments on commit ea0daee

Please sign in to comment.