[update] ci
This commit is contained in:
parent
956cca0e6d
commit
b4dd70007a
@ -13,6 +13,10 @@ function main() {
|
|||||||
// 修改gradle镜像地址
|
// 修改gradle镜像地址
|
||||||
let gradle_cdn = 'https://alicdn.taoya.art/test/gradle-7.1.1-all.zip';
|
let gradle_cdn = 'https://alicdn.taoya.art/test/gradle-7.1.1-all.zip';
|
||||||
console.log(process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL);
|
console.log(process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL);
|
||||||
|
let gradle_file = fs.readFileSync('./node_modules/cordova-android/lib/builders/ProjectBuilder.js').toString('utf-8');
|
||||||
|
console.log(gradle_file);
|
||||||
|
let replaceFileContent = oldFile.replace('const distributionUrl = process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL || `https://services.gradle.org/distributions/gradle-${config.GRADLE_VERSION}-all.zip`;', `const distributionUrl = ${gradle_cdn};`)
|
||||||
|
fs.writeFileSync('./node_modules/cordova-android/lib/builders/ProjectBuilder.js', replaceFileContent)
|
||||||
});
|
});
|
||||||
revRun.stdout.on('data', function (data) {
|
revRun.stdout.on('data', function (data) {
|
||||||
console.log(chalk.green(data));
|
console.log(chalk.green(data));
|
||||||
|
Loading…
Reference in New Issue
Block a user