9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-26 18:19:10 +00:00
Files
HuskSync/plugin/build.gradle
2022-09-22 14:48:36 +01:00

6 lines
100 B
Groovy

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