More-Hephaestus/settings.gradle

10 lines
151 B
Groovy
Raw Normal View History

2024-12-31 12:59:52 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}