Launcher/module.gradle
2019-05-15 18:11:22 +07:00

8 lines
152 B
Groovy

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