pluginManagement {
repositories {
gradlePluginPortal()
}
rootProject.name = 'HuskSync'
include(
'common',
'bukkit',
'paper',
'plugin'
)