More-Hephaestus/settings.gradle
MinecraftMods 7e14e0322f
Some checks failed
build / build (21) (push) Failing after 2s
Initial commit
2024-12-31 16:59:18 +01:00

10 lines
No EOL
151 B
Groovy

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