Add a settings.gradle to ensure consistency (#1929)

If no settings file is found, Gradle will assume the project could be a
subproject and will scan any containing directories for a
settings.gradle. This can cause issues if such a file exists, which can
happen when using a composite build to set up a local development
workspace.
This commit is contained in:
zml 2020-12-22 12:27:34 -08:00 committed by GitHub
parent 59dbbee406
commit 5a954f6c42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
settings.gradle Normal file
View File

@ -0,0 +1 @@
rootProject.name = "yarn"