mcexts/fabric/settings.gradle

11 lines
152 B
Groovy
Raw Normal View History

2023-08-22 23:43:53 +00:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}