cbot/settings.gradle
2026-06-01 11:07:34 +02:00

12 lines
227 B
Groovy

pluginManagement {
repositories {
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "cbot"