Files
CelestianEconomy/settings.gradle
2025-05-06 13:42:46 +02:00

9 lines
176 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}