BCLib/settings.gradle
2022-07-05 17:11:43 +02:00

14 lines
242 B
Groovy

pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenLocal()
gradlePluginPortal()
}
}
include("together-v1")
include("core-v1")