mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 11:56:07 +00:00
10 lines
202 B
Groovy
10 lines
202 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"
|