mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
f8853ff353
* Move modules. * Small fix.
9 lines
No EOL
215 B
Groovy
9 lines
No EOL
215 B
Groovy
rootProject.name = 'Launcher'
|
|
|
|
include 'Launcher'
|
|
include 'libLauncher'
|
|
include 'LaunchServer'
|
|
include 'modules'
|
|
file('modules').eachDir { sub ->
|
|
if (sub.name.endsWith('_module')) include 'modules:' + sub.name
|
|
} |