mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
12 lines
185 B
Groovy
12 lines
185 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'CrossServerSync'
|
|
|
|
include 'common'
|
|
include 'bukkit'
|
|
include 'bungeecord'
|
|
include 'plugin' |