Mod/settings.gradle

10 lines
151 B
Groovy
Raw Permalink Normal View History

2024-07-12 18:37:34 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}