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 ad9b5d5 commit cc9a8b5Copy full SHA for cc9a8b5
hadoop-plugin-test/build.gradle
@@ -67,7 +67,7 @@ def cleanBuildOutput(String buildOutput) {
67
] as String[]
68
69
for (String lineToRemove : linesToRemove) {
70
- buildOutput = buildOutput.replaceFirst(lineToRemove, "")
+ buildOutput = buildOutput.replaceAll(lineToRemove, "")
71
}
72
73
int endIndex = buildOutput.lastIndexOf("Total time:")
0 commit comments