We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac4bf7 commit 37946caCopy full SHA for 37946ca
src/test/java/pl/project13/maven/git/GitCommitIdMojoIntegrationTest.java
@@ -1756,8 +1756,7 @@ public void shouldGiveCommitIdForEachFolderWhenPerModuleVersionsEnabled()
1756
assertThat(parentProperties).containsKey("git.commit.id.abbrev");
1757
assertThat(childProperties).containsKey("git.commit.id.abbrev");
1758
assertThat(parentProperties.getProperty("git.commit.id.abbrev")).isNotEqualTo(childProperties.getProperty("git.commit.id.abbrev"));
1759
-
1760
- }
+ }
1761
1762
1763
private GitDescribeConfig createGitDescribeConfig(boolean forceLongFormat, int abbrev) {
0 commit comments