mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-12 13:15:57 +00:00
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
5 lines
90 B
Groovy
5 lines
90 B
Groovy
rootProject.name= 'mcMMO'
|
|
include 'mcmmo-core'
|
|
include 'mcmmo-api'
|
|
include 'mcmmo-bukkit'
|