Support for base projects which do not contain the Bukkit API.

Also fixes a bug where root and plugin couldn't exist in the same project.
This commit is contained in:
Alex Endfinger
2022-07-13 03:37:44 -04:00
parent 117e914b01
commit 64028dd1de
16 changed files with 399 additions and 19 deletions

View File

@ -1,3 +1,3 @@
plugins {
`java-library`
id("lgbt.mystic.foundation.concrete-base")
}