mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-01 05:04:43 +02: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