Files
Ruler/settings.gradle
2026-05-16 22:06:40 +02:00

13 lines
246 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}
rootProject.name = 'Ruler'
include ('common', 'velocity', 'fabric')