More-Hephaestus/settings.gradle
MinecraftMods b217a78125
All checks were successful
build / build (21) (push) Successful in 2m36s
Initial commit
2024-12-31 17:25:43 +01:00

10 lines
No EOL
151 B
Groovy

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