feat!: upgrade gradle@6.8.3 (#1197)

* [Frequent Updates] Gradle 6.6.1 & Android Gradle Plugin 4.0.1 & com.jfrog.bintray.gradle 1.8.5 (#1079)
* Update ProjectBuilder.js
* Update build.gradle
* Update wrapper.gradle
* chore: remove non-gradle wrapper changes
* feat: upgrade gradle@6.8.3 (#1174)

Co-authored-by: Mosab A <47486787+mosabab@users.noreply.github.com>
This commit is contained in:
エリス 2021-04-13 15:35:34 +09:00 committed by GitHub
parent dc8854d16c
commit 46d4d924cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -268,7 +268,7 @@ class ProjectBuilder {
// update/set the distributionUrl in the gradle-wrapper.properties
const gradleWrapperPropertiesPath = path.join(self.root, 'gradle/wrapper/gradle-wrapper.properties');
const gradleWrapperProperties = createEditor(gradleWrapperPropertiesPath);
const distributionUrl = process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL || 'https://services.gradle.org/distributions/gradle-6.5-all.zip';
const distributionUrl = process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL || 'https://services.gradle.org/distributions/gradle-6.8.3-all.zip';
gradleWrapperProperties.set('distributionUrl', distributionUrl);
gradleWrapperProperties.save();

View File

@ -84,7 +84,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '6.5'
gradleVersion = '6.8.3'
}
// Configuration properties. Set these via environment variables, build-extras.gradle, or gradle.properties.

View File

@ -17,5 +17,5 @@
*/
wrapper {
gradleVersion = '6.5'
gradleVersion = '6.8.3'
}

View File

@ -17,5 +17,5 @@
*/
wrapper {
gradleVersion = '6.5'
gradleVersion = '6.8.3'
}