Switched to Gradle as build system
This commit is contained in:
parent
da36be0862
commit
a49cb55b93
34 changed files with 136 additions and 1021 deletions
9
settings.gradle
Normal file
9
settings.gradle
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import static groovy.io.FileType.*
|
||||
|
||||
rootProject.name = "Hal"
|
||||
|
||||
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