[FIX] Скрипты gradle, для работы LauncherTest.

This commit is contained in:
Zaxar163 2019-04-07 08:05:00 +03:00
parent 6cc7f214b3
commit 8854fbfe16
No known key found for this signature in database
GPG key ID: 1FE4F2E1F053831B

View file

@ -7,6 +7,7 @@
include 'ServerWrapper'
include 'LaunchServer'
include 'LaunchServerConsole'
include 'LauncherTest'
include 'modules'
file('modules').eachDir { sub ->
if (sub.name.endsWith('_module')) include 'modules:' + sub.name