9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

MPDB Migration Fixes, Add API server shutdown synchronisation fixes and polish

This commit is contained in:
William
2021-10-25 15:32:31 +01:00
parent 72d38fd443
commit 1094bbca2a

6
api/build.gradle Normal file
View File

@@ -0,0 +1,6 @@
dependencies {
implementation project(':common')
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:20.1.0'
}