Revert "Upgrade Gradle Runner(?) (#3390)" (#3435)

Summary:
Fixes https://github.com/facebook/flipper/issues/3395

This reverts commit ecd7269848.

Will need to follow up with, ideally, a test case that is similar to my bisect script by checking the number of `_core` artefacts bundled while we figure out the root cause.

Pull Request resolved: https://github.com/facebook/flipper/pull/3435

Reviewed By: cekkaewnumchai

Differential Revision: D34202506

Pulled By: passy

fbshipit-source-id: 5b81959c0514cfc8f1aad36bf8c76a2204fa5af2
This commit is contained in:
Pascal Hartig
2022-02-14 04:05:13 -08:00
committed by Facebook GitHub Bot
parent 20937e667d
commit 5ab67f09dc
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.1.1' classpath 'com.android.tools.build:gradle:7.0.4'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0' classpath 'com.vanniktech:gradle-maven-publish-plugin:0.18.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10" classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.6.10"

View File

@@ -7,4 +7,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip