More-Hephaestus/settings.gradle
MinecraftMods 9f32615692
Some checks failed
build / build (21) (push) Failing after 1m55s
Initial commit
2024-12-31 17:17:39 +01:00

10 lines
No EOL
151 B
Groovy

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