CB-7512: Copy cordova.gradle file to project root on build

This commit is contained in:
Ian Clelland 2014-09-11 15:12:07 -04:00
parent bf13fd48ce
commit 9ae3d2c074

View File

@ -123,6 +123,7 @@ function copyBuildRules(projectPath) {
shell.cp('-f', path.join(srcDir, 'build.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'settings.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'cordova.gradle'), projectPath);
}
function copyScripts(projectPath) {