Skip to content

Commit ebc6764

Browse files
authored
Revert "Fix Gradle lockfiles." (flutter#137198)
Reverts flutter#137190
1 parent ccbe221 commit ebc6764

File tree

75 files changed

+1448
-1996
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+1448
-1996
lines changed

dev/a11y_assessments/android/build.gradle

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
// This file is auto generated.
6-
// To update all the build.gradle files in the Flutter repo,
7-
// See dev/tools/bin/generate_gradle_lockfiles.dart.
8-
95
buildscript {
106
ext.kotlin_version = '1.7.10'
117
repositories {
@@ -17,10 +13,6 @@ buildscript {
1713
classpath 'com.android.tools.build:gradle:7.3.0'
1814
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1915
}
20-
21-
configurations.classpath {
22-
resolutionStrategy.activateDependencyLocking()
23-
}
2416
}
2517

2618
allprojects {
@@ -31,19 +23,11 @@ allprojects {
3123
}
3224

3325
rootProject.buildDir = '../build'
34-
3526
subprojects {
3627
project.buildDir = "${rootProject.buildDir}/${project.name}"
3728
}
3829
subprojects {
3930
project.evaluationDependsOn(':app')
40-
dependencyLocking {
41-
ignoredDependencies.add('io.flutter:*')
42-
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
43-
if (!project.hasProperty('local-engine-repo')) {
44-
lockAllConfigurations()
45-
}
46-
}
4731
}
4832

4933
tasks.register("clean", Delete) {

dev/a11y_assessments/android/buildscript-gradle.lockfile

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)