mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-05 04:48:02 +00:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "RedisBungee-Parent"
|
|
|
|
include(":RedisBungee-Velocity")
|
|
include(":RedisBungee-Bungee")
|
|
include(":RedisBungee-API")
|