File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
plugin-maven/src/test/java/com/diffplug/spotless/maven Expand file tree Collapse file tree 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 {
115115 }
116116
117117 protected void writePomWithCppSteps (String ... steps ) throws IOException {
118- writePom (groupWithSteps ("cpp" , including ( "**/*.c++" ) ), steps );
118+ writePom (groupWithSteps ("cpp" ), steps );
119119 }
120120
121121 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 {
3737 public void fromContentCpp () throws Exception {
3838 String cppLicense = "//my license" ;
3939 writePomWithCppSteps (
40+ "<includes><include>src/**</include></includes>" ,
4041 "<licenseHeader>" ,
4142 " <content>" ,
4243 cppLicense ,
You can’t perform that action at this time.
0 commit comments