Launcher/LauncherTest/build.gradle

7 lines
93 B
Groovy
Raw Normal View History

apply from: '../test_support.gradle'
dependencies {
2019-05-15 14:11:22 +03:00
compile project(':LaunchServer')
}