mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-26 04:25:31 +01:00
16b1300ced
* Add 1.20 resource link * Add fabric 1.20 implementation * Fix publish versions * 1.20-pre7 (#437) * Fix chunk status now having a namespace .. yay:) * Update vite for security-issue fix (We are not affected, but updating doesnt hurt) * Remove all but latest 1.19 version * Final 1.20 updates --------- Co-authored-by: Aurélien <43724816+Aurelien30000@users.noreply.github.com>
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = "Fabric"
|
|
url = uri("https://maven.fabricmc.net/")
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "fabric-1.20"
|
|
|
|
includeBuild("../../BlueMapCommon") |