File tree 2 files changed +2
-1
lines changed
plugin-maven/src/test/java/com/diffplug/spotless/maven
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ protected void writePomWithKotlinSteps(String... steps) throws IOException {
115
115
}
116
116
117
117
protected void writePomWithCppSteps (String ... steps ) throws IOException {
118
- writePom (groupWithSteps ("cpp" , including ( "**/*.c++" ) ), steps );
118
+ writePom (groupWithSteps ("cpp" ), steps );
119
119
}
120
120
121
121
protected void writePomWithTypescriptSteps (String ... steps ) throws IOException {
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ public void fromFileJava() throws Exception {
37
37
public void fromContentCpp () throws Exception {
38
38
String cppLicense = "//my license" ;
39
39
writePomWithCppSteps (
40
+ "<includes><include>src/**</include></includes>" ,
40
41
"<licenseHeader>" ,
41
42
" <content>" ,
42
43
cppLicense ,
You can’t perform that action at this time.
0 commit comments