BCLib/settings.gradle
2021-12-15 13:08:15 +03:00

9 lines
135 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}