simplervoicechat/settings.gradle
2024-11-17 13:45:23 +01:00

15 lines
297 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'simplervoicechat'
include 'client-fabric'
include 'common'
include 'server'