Launcher/scripts/launch_module.gradle

8 lines
148 B
Groovy

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