mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-04 18:09:41 +01:00
13 lines
254 B
Plaintext
13 lines
254 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = "Fabric"
|
|
url = uri("https://maven.fabricmc.net/")
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "fabric-1.15.2"
|
|
|
|
includeBuild("../../BlueMapCommon") |