More-Hephaestus/settings.gradle
MinecraftMods 2df4ac2cba
Some checks failed
build / build (21) (push) Failing after 10s
Initial commit
2024-12-31 17:05:55 +01:00

10 lines
No EOL
151 B
Groovy

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