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