cbot/settings.gradle

13 lines
227 B
Groovy
Raw Normal View History

2026-06-01 11:07:34 +02:00
pluginManagement {
repositories {
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = "cbot"