mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-12-11 14:57:55 +01:00
12 lines
190 B
Groovy
12 lines
190 B
Groovy
|
plugins {
|
||
|
id 'application'
|
||
|
id "com.github.johnrengelman.shadow"
|
||
|
id 'io.freefair.lombok'
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation project(':launcher-builder')
|
||
|
}
|
||
|
|
||
|
build.dependsOn(jar)
|