mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-20 17:28:14 +07:00
7 lines
188 B
Groovy
7 lines
188 B
Groovy
include 'desktop', 'html', 'core', 'android'
|
|
|
|
if (new File(settingsDir, '../uCore').exists()) {
|
|
include ':uCore'
|
|
project(':uCore').projectDir = new File(settingsDir, '../uCore')
|
|
}
|