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:
committed by
Facebook GitHub Bot
parent
20937e667d
commit
5ab67f09dc
@@ -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"
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user