mcMMO/settings.gradle
Shane Freeder eee09d8d76
[WIP] Start breakout of mcmmo plugin
This commit starts work on the seperation of mcmmo and platform logic,
there is still a fair amount of work to go before this will compile,
down the line (potentially much further), bukkit logic will be stripped
out of -core
2019-10-09 21:53:04 +01:00

5 lines
90 B
Groovy

rootProject.name= 'mcMMO'
include 'mcmmo-core'
include 'mcmmo-api'
include 'mcmmo-bukkit'