Skip to content

Commit

Permalink
Change "meta" directory to "metas" for consistency (moduleS, libS, fa…
Browse files Browse the repository at this point in the history
…cadeS) and to avoid clashes in Groovy utility
  • Loading branch information
Cervator committed Feb 18, 2018
1 parent 31bc2f2 commit 4435726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions settings.gradle
Expand Up @@ -2,7 +2,7 @@ import groovy.io.FileType

rootProject.name = 'Terasology'

include 'engine', 'engine-tests', 'facades', 'meta', 'libs', 'modules'
include 'engine', 'engine-tests', 'facades', 'metas', 'libs', 'modules'

// Handy little snippet found online that'll "fake" having nested settings.gradle files under /modules, /libs, etc
rootDir.eachDir { possibleSubprojectDir ->
Expand All @@ -12,4 +12,4 @@ rootDir.eachDir { possibleSubprojectDir ->
//println "Magic is happening, applying from " + subprojectsSpecificationScript
apply from: subprojectsSpecificationScript
}
}
}

0 comments on commit 4435726

Please sign in to comment.