mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-01-07 16:48:45 +01:00
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:
@@ -8,3 +8,11 @@
|
||||
*/
|
||||
rootProject.name = "mcMMO"
|
||||
include("core", "bukkit", "sponge")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
jcenter()
|
||||
maven("https://repo.spongepowered.org/maven/")
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user