More-Path-Blocks/settings.gradle

10 lines
151 B
Groovy
Raw Permalink Normal View History

2024-07-28 00:44:42 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}