pluginManagement {
repositories {
gradlePluginPortal()
}
rootProject.name = 'Uniform'
include(
'common',
'paper',
'velocity',
'example-plugin'
)