mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-02 17:09:35 +01:00
3d5ee7b571
Old Bukkit code can still be found in the worldguard-legacy folder and built with `gradle worldguard-legacy:build`. Hopefully nothing got lost in the gradle-ization.
4 lines
101 B
Groovy
4 lines
101 B
Groovy
rootProject.name = 'worldguard'
|
|
|
|
include 'worldguard-core', 'worldguard-sponge', 'worldguard-legacy'
|