[gradle] Unlock all configurations if a local engine is used (#83635)
This commit is contained in:
parent
b947121f00
commit
0bccce6260
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -161,7 +161,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,9 @@ subprojects {
|
|||||||
dependencyLocking {
|
dependencyLocking {
|
||||||
ignoredDependencies.add('io.flutter:*')
|
ignoredDependencies.add('io.flutter:*')
|
||||||
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
lockFile = file("${rootProject.projectDir}/project-${project.name}.lockfile")
|
||||||
lockAllConfigurations()
|
if (!project.hasProperty('local-engine-repo')) {
|
||||||
|
lockAllConfigurations()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user