1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-12-11 14:57:55 +01:00
SKCraft-Launcher/builder-plugin-curse/build.gradle

12 lines
190 B
Groovy
Raw Normal View History

2021-03-28 05:54:46 +02:00
plugins {
id 'application'
id "com.github.johnrengelman.shadow"
id 'io.freefair.lombok'
}
dependencies {
implementation project(':launcher-builder')
}
build.dependsOn(jar)