Small fix.

This commit is contained in:
zaxar163 2018-09-22 15:28:56 +03:00
parent 02b787dcbd
commit ae1d0abdf9
2 changed files with 5 additions and 2 deletions

@ -1 +1 @@
Subproject commit 36d8df332ff866a59c14e6a531f99c5ad1c12922 Subproject commit 5f65c6466c3dac204942e91b06b593052530673c

View file

@ -3,4 +3,7 @@
include 'Launcher' include 'Launcher'
include 'libLauncher' include 'libLauncher'
include 'LaunchServer' include 'LaunchServer'
include 'modules' include 'modules'
file('modules').eachDir { sub ->
if (sub.name.endsWith('_module')) include 'modules:' + sub.name
}