fabric-template-minimal-source/settings.gradle

10 lines
151 B
Groovy
Raw Permalink Normal View History

2024-11-19 15:22:20 +01:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}