Skip to content

Commit

Permalink
Yet another attempt to fix the broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 2, 2020
1 parent 2f8eacd commit 8459534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected void writePomWithKotlinSteps(String... steps) throws IOException {
}

protected void writePomWithCppSteps(String... steps) throws IOException {
writePom(groupWithSteps("cpp", including("**/*.c++")), steps);
writePom(groupWithSteps("cpp"), steps);
}

protected void writePomWithTypescriptSteps(String... steps) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public void fromFileJava() throws Exception {
public void fromContentCpp() throws Exception {
String cppLicense = "//my license";
writePomWithCppSteps(
"<includes><include>src/**</include></includes>",
"<licenseHeader>",
" <content>",
cppLicense,
Expand Down

0 comments on commit 8459534

Please sign in to comment.