9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-25 09:39:18 +00:00
Files
HuskSync/plugin/build.gradle
2022-07-12 19:23:33 +01:00

7 lines
166 B
Groovy

dependencies {
implementation project(path: ':bukkit', configuration: 'shadow')
implementation project(path: ':api', configuration: 'shadow')
}
shadowJar {
}