Commit Graph

1 Commits

Author SHA1 Message Date
zml 5a954f6c42
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.
2020-12-22 20:27:34 +00:00