elytra-lock-fabric/settings.gradle

10 lines
151 B
Groovy
Raw Normal View History

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