Skip to content

Commit

Permalink
[MNG-8258] Change the fixed reproducible build outputTimestamp to 1 F…
Browse files Browse the repository at this point in the history
…eb 1980 (#392)
  • Loading branch information
gnodet authored Oct 17, 2024
1 parent a290e34 commit a96a238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void testitMNG3843() throws Exception {
assertEquals("3", props.getProperty("project.properties"));
assertEquals("UTF-8", props.getProperty("project.properties.project.build.sourceEncoding"));
assertEquals("UTF-8", props.getProperty("project.properties.project.reporting.outputEncoding"));
assertEquals("2001-01-01T00:00:00Z", props.getProperty("project.properties.project.build.outputTimestamp"));
assertEquals("1980-02-01T00:00:00Z", props.getProperty("project.properties.project.build.outputTimestamp"));
} else if (matchesVersionRange("[4.0.0-alpha-6,4.0.0-beta-4]")) {
assertEquals("2", props.getProperty("project.properties"));
assertEquals("UTF-8", props.getProperty("project.properties.project.build.sourceEncoding"));
Expand Down

0 comments on commit a96a238

Please sign in to comment.