diff --git a/api/build.gradle b/api/build.gradle new file mode 100644 index 00000000..24a39ccb --- /dev/null +++ b/api/build.gradle @@ -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' +} \ No newline at end of file