ViaFabricPlus/settings.gradle

12 lines
201 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()
}
}