From e1b02759035a924017ce2c0b3edf14f92be19f5e Mon Sep 17 00:00:00 2001 From: taoya7 Date: Tue, 24 May 2022 14:59:18 +0800 Subject: [PATCH] [update] ci --- cmd/init.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/init.js b/cmd/init.js index 1f64cbf..61e1c40 100644 --- a/cmd/init.js +++ b/cmd/init.js @@ -14,8 +14,7 @@ function main() { let gradle_cdn = 'https://alicdn.taoya.art/test/gradle-7.1.1-all.zip'; 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('https://services.gradle.org/distributions/gradle-${config.GRADLE_VERSION}-all.zip', `${gradle_cdn};`) + let replaceFileContent = gradle_file.replace('https://services.gradle.org/distributions/gradle-${config.GRADLE_VERSION}-all.zip', `${gradle_cdn};`) fs.writeFileSync('./node_modules/cordova-android/lib/builders/ProjectBuilder.js', replaceFileContent) }); revRun.stdout.on('data', function (data) {