Tom
Results
1
comments of
Tom
I've run into similar issue. Couldn't really find any obvious reason. Adding `escapeBackslash = true` to expand helped. Example: ``` filesMatching('**/config*.*') { expand('version': project.version) { escapeBackslash = true } }...