ViaFabricPlus/settings.gradle

11 lines
200 B
Groovy
Raw Permalink Normal View History

2023-02-19 23:17:33 +01:00
pluginManagement {
repositories {
maven {
name = "Fabric"
url = "https://maven.fabricmc.net/"
}
mavenCentral()
gradlePluginPortal()
}
}