1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-28 12:57:07 +01:00
SKCraft-Launcher/builder-plugin-curse/build.gradle
2021-12-05 21:49:20 +00:00

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)