mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-07 16:58:16 +01:00
Fix project-building from scratch
This commit is contained in:
parent
deafe50305
commit
6f015da070
@ -1,5 +1,10 @@
|
||||
rootProject.name = "BlueMap"
|
||||
|
||||
// setup workspace
|
||||
val releaseNotesFile = file("release.md")
|
||||
if (!releaseNotesFile.exists()) releaseNotesFile.createNewFile();
|
||||
|
||||
// implementations
|
||||
includeBuild("implementations/cli")
|
||||
|
||||
includeBuild("implementations/fabric-1.15.2")
|
||||
|
Loading…
Reference in New Issue
Block a user