mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
12 lines
237 B
Groovy
12 lines
237 B
Groovy
rootProject.name = 'worldedit'
|
|
|
|
include 'worldedit-libs'
|
|
|
|
['bukkit', 'core', 'forge', 'sponge'].forEach {
|
|
include "worldedit-libs:$it"
|
|
include "worldedit-$it"
|
|
}
|
|
include "worldedit-libs:core:ap"
|
|
|
|
include "worldedit-core:doctools"
|