Fixed build dependency issues by moving hal core into hal-core folder/subproject
This commit is contained in:
parent
f1da2c5a4d
commit
ded778fd11
138 changed files with 195 additions and 183 deletions
|
|
@ -2,6 +2,8 @@ import static groovy.io.FileType.*
|
|||
|
||||
rootProject.name = "Hal"
|
||||
|
||||
include "hal-core"
|
||||
|
||||
new File(rootDir, "plugins").traverse(type: DIRECTORIES) {dir->
|
||||
if (new File(dir, '/build.gradle').exists()) {
|
||||
include "plugins:${dir.getName()}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue