Launcher/scripts/lsrv_module.gradle

9 lines
152 B
Groovy
Raw Normal View History

dependencies {
2019-05-15 14:11:22 +03:00
compileOnly project(':LaunchServer')
}
jar {
2019-05-15 14:11:22 +03:00
from { configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
}