mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-09 09:51:54 +03:00
7 lines
148 B
Groovy
7 lines
148 B
Groovy
dependencies {
|
|
compileOnly project(':LaunchServer')
|
|
}
|
|
jar {
|
|
from { configurations.runtime.collect { it.isDirectory() ? it : zipTree(it) } }
|
|
}
|
|
|