mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 11:39:11 +03:00
8 lines
153 B
Groovy
8 lines
153 B
Groovy
dependencies {
|
|
compileOnly project(':ServerWrapper')
|
|
}
|
|
|
|
jar {
|
|
from { configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
|
|
}
|
|
|