CB-12524: Put the script in the wrong spot, oops

This closes #367
This commit is contained in:
Joe Bowser
2017-03-13 12:49:46 -07:00
parent a9a28d3e77
commit e182e669f0
3 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -87,9 +87,6 @@ function copyJsAndLibrary(projectPath, shared, projectName) {
shell.cp('-f', path.join(ROOT, 'framework', 'build.gradle'), nestedCordovaLibPath);
shell.cp('-f', path.join(ROOT, 'framework', 'cordova.gradle'), nestedCordovaLibPath);
shell.cp('-r', path.join(ROOT, 'framework', 'src'), nestedCordovaLibPath);
shell.cp('-f', path.join(ROOT, 'framework', 'gradlew'), nestedCordovaLibPath);
shell.cp('-r', path.join(ROOT, 'framework', 'gradle'), nestedCordovaLibPath);
}
}
@@ -137,6 +134,7 @@ function copyBuildRules(projectPath) {
var srcDir = path.join(ROOT, 'bin', 'templates', 'project');
shell.cp('-f', path.join(srcDir, 'build.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'wrapper.gradle'), projectPath);
}
function copyScripts(projectPath) {