More-Hephaestus/settings.gradle
MinecraftMods b26640c83f
All checks were successful
Build / build (push) Successful in 1m51s
Initial commit
2024-12-31 17:33:31 +01:00

10 lines
No EOL
151 B
Groovy

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