Cleanup and fix some of the gradle scripts. Add shadows to retain dependencies.

Signed-off-by: Gabriel Harris-Rouquette <gabizou@me.com>
This commit is contained in:
Gabriel Harris-Rouquette
2019-02-07 17:10:08 -08:00
parent fe40748929
commit e80c183894
6 changed files with 56 additions and 25 deletions

View File

@ -8,3 +8,11 @@
*/
rootProject.name = "mcMMO"
include("core", "bukkit", "sponge")
pluginManagement {
repositories {
jcenter()
maven("https://repo.spongepowered.org/maven/")
gradlePluginPortal()
}
}