Revert "feat: upgrade gradle@6.8.3 (#1174)" (#1190)

This reverts commit fe4d4aeff0.
This commit is contained in:
エリス 2021-04-08 14:03:34 +09:00 committed by GitHub
parent 1f5426f939
commit 31233089f1
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 // update/set the distributionUrl in the gradle-wrapper.properties
const gradleWrapperPropertiesPath = path.join(self.root, 'gradle/wrapper/gradle-wrapper.properties'); const gradleWrapperPropertiesPath = path.join(self.root, 'gradle/wrapper/gradle-wrapper.properties');
const gradleWrapperProperties = createEditor(gradleWrapperPropertiesPath); const gradleWrapperProperties = createEditor(gradleWrapperPropertiesPath);
const distributionUrl = process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL || 'https://services.gradle.org/distributions/gradle-6.8.3-all.zip'; const distributionUrl = process.env.CORDOVA_ANDROID_GRADLE_DISTRIBUTION_URL || 'https://services.gradle.org/distributions/gradle-6.6.1-all.zip';
gradleWrapperProperties.set('distributionUrl', distributionUrl); gradleWrapperProperties.set('distributionUrl', distributionUrl);
gradleWrapperProperties.save(); gradleWrapperProperties.save();

View File

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

View File

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

View File

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