Launcher/module.gradle
2019-03-28 11:00:57 +03:00

7 lines
148 B
Groovy

dependencies {
compileOnly project(':LaunchServer')
}
jar {
from { configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
}