mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 19:49:11 +03:00
7 lines
90 B
Groovy
7 lines
90 B
Groovy
|
apply from: '../test_support.gradle'
|
||
|
|
||
|
dependencies {
|
||
|
compile project(':LaunchServer')
|
||
|
}
|
||
|
|