Skip to content

Commit

Permalink
Enable reproducible build of the tycho plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlika committed Jan 1, 2025
1 parent 4ca8978 commit 3c2be3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<name>Tycho</name>
<description>Tycho integrates Maven with Eclipse and OSGi</description>
<properties>
<!-- Enable reproducible build (cf. https://maven.apache.org/guides/mini/guide-reproducible-builds.html) -->
<project.build.outputTimestamp>2025-01-01T00:00:00Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<min.jdk.version>17</min.jdk.version>
<!-- copy&paste from maven/pom.xml file. I wish import scope worked in 3.0 -->
Expand Down

0 comments on commit 3c2be3b

Please sign in to comment.