DynmapAreas-Fabric/settings.gradle

10 lines
151 B
Groovy
Raw Normal View History

2023-08-29 21:36:52 +02:00
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}