Skip to content

Commit

Permalink
Add a settings.gradle to ensure consistency (FabricMC#1929)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zml2008 authored Dec 22, 2020
1 parent 59dbbee commit 5a954f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rootProject.name = "yarn"

0 comments on commit 5a954f6

Please sign in to comment.