Launcher/scripts/srvwrap_module.gradle

9 lines
153 B
Groovy
Raw Normal View History

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