-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Version 5.0.1
For an output like this
[WARNING] 'tools.jar' was not found, kapt may work unreliably
the following exclude Filter does not work
excludeMessage("'tools.jar' was not found, kapt may work unreliably")
but this works:
excludeMessage('was not found, kapt may work unreliably'),
So there is a problem with single quotes inside filter messages
This probably looks like a problem with the Groovy build script pipeline (" vs. ').