Files
VelocityDisplay/settings.gradle
2026-02-15 13:22:06 -08:00

10 lines
177 B
Groovy

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