Skip to content

Commit 0fcfee5

Browse files
committed
Fix flexmark maven tests.
1 parent b8c7b3d commit 0fcfee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-maven/src/test/java/com/diffplug/spotless/maven/MavenIntegrationHarness.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ protected void writePomWithPomSteps(String... steps) throws IOException {
140140
}
141141

142142
protected void writePomWithMarkdownSteps(String... steps) throws IOException {
143-
writePom(groupWithSteps("markdown", steps));
143+
writePom(groupWithSteps("markdown", including("**/*.md"), steps));
144144
}
145145

146146
protected void writePom(String... configuration) throws IOException {

0 commit comments

Comments
 (0)