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

@@ -9,7 +9,8 @@ import org.spongepowered.api.plugin.Plugin;
authors = {"nossr50", "gabizou", "bloodmage"},
version = "2.2.0-SNAPSHOT",
name = "mcMMO",
url = "https://www.mcmmo.org/"
url = "https://www.mcmmo.org/",
description = "mcMMO plugin for Sponge"
)
public class SpongePlugin {