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