Skip to content

Commit dd428d1

Browse files
committed
attempt to fix failing tests by setting the date timezone
1 parent f679cbc commit dd428d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/pl/project13/core/GitCommitIdPluginIntegrationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,7 @@ public void shouldGiveCommitIdForEachFolderWhenPerModuleVersionsEnabled(boolean
17651765
.setDotGitDirectory(dotGitDirectory)
17661766
.setUseNativeGit(useNativeGit)
17671767
.setPerModuleVersions(true)
1768+
.setDateFormatTimeZone("CET")
17681769
.setProjectBaseDir(dotGitDirectory.getParentFile().toPath().resolve(submoduleName).toFile())
17691770
.build();
17701771
Properties properties = new Properties();

0 commit comments

Comments
 (0)