simplervoicechat/settings.gradle

16 lines
297 B
Groovy
Raw Permalink Normal View History

2024-11-17 12:45:23 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}
rootProject.name = 'simplervoicechat'
include 'client-fabric'
include 'common'
include 'server'