Replacing text with Gradle - February 15, 2014 Get link Facebook X Pinterest Email Other Apps problem received error because gradle can not read "\" or "-". if change values "a","b" works. how can on ride this? ant.replaceregexp(match:'\', replace:'-', flags:'g', byline:true) { fileset(dir: project.'ws.dir', includes: 'warname.txt') } Comments
Comments
Post a Comment