mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
CB-7512: Copy cordova.gradle file to project root on build
This commit is contained in:
parent
bf13fd48ce
commit
9ae3d2c074
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user