1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-12-03 13:44:18 +01:00
SKCraft-Launcher/builder-plugin-curse/build.gradle

13 lines
192 B
Groovy
Raw Normal View History

2021-03-28 05:54:46 +02:00
plugins {
id 'io.freefair.lombok'
}
version = "1.0.0"
2021-03-28 05:54:46 +02:00
dependencies {
implementation project(':launcher-builder')
implementation project(':creator-tools')
2021-03-28 05:54:46 +02:00
}
build.dependsOn(jar)