Plan/Plan/settings.gradle
MicleBrick 65221b1ba9 Add WIP gradle build scripts (#833) by Miclebrick
> Not actually fully functional, but it's a start
2018-12-18 21:13:05 +02:00

8 lines
134 B
Groovy

rootProject.name = 'Plan'
include 'common'
include 'bukkit'
include 'sponge'
include 'bungeecord'
include 'velocity'
include 'plugin'