1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-20 04:47:54 +03:00
Mindustry/settings.gradle

7 lines
188 B
Groovy
Raw Normal View History

2017-06-29 07:54:10 +03:00
include 'desktop', 'html', 'core', 'android'
2017-12-22 00:46:33 +03:00
2017-12-22 04:59:40 +03:00
if (new File(settingsDir, '../uCore').exists()) {
2017-12-22 00:46:33 +03:00
include ':uCore'
2017-12-22 04:59:40 +03:00
project(':uCore').projectDir = new File(settingsDir, '../uCore')
2017-12-22 00:46:33 +03:00
}