BCLib/settings.gradle
2021-05-22 22:11:40 +03:00

10 lines
205 B
Groovy

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