mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-24 22:26:46 +01:00
eee09d8d76
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'
|