More-Hephaestus/settings.gradle
MinecraftMods 5d053247da
Some checks failed
build / build (21) (push) Failing after 2s
Initial commit
2024-12-31 16:55:37 +01:00

10 lines
No EOL
151 B
Groovy

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