Skip to content

Commit

Permalink
Missed a spot (meta/metas)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervator committed Feb 19, 2018
1 parent 2835b0b commit ea881fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metas/subprojects.gradle
@@ -1,6 +1,6 @@
// This magically allows subdirs in this subproject to themselves become sub-subprojects in a proper tree structure
new File(rootDir, 'meta').eachDir { possibleSubprojectDir ->
def subprojectName = 'meta:' + possibleSubprojectDir.name
new File(rootDir, 'metas').eachDir { possibleSubprojectDir ->
def subprojectName = 'metas:' + possibleSubprojectDir.name
println "Processing meta module $subprojectName, including it as a sub-project"
include subprojectName
def subprojectPath = ':' + subprojectName
Expand Down

0 comments on commit ea881fd

Please sign in to comment.