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