mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-28 12:57:07 +01:00
13 lines
192 B
Groovy
13 lines
192 B
Groovy
plugins {
|
|
id 'io.freefair.lombok'
|
|
}
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies {
|
|
implementation project(':launcher-builder')
|
|
implementation project(':creator-tools')
|
|
}
|
|
|
|
build.dependsOn(jar)
|