Fix project-building from scratch

This commit is contained in:
Lukas Rieger (Blue) 2023-11-19 16:13:35 +01:00
parent deafe50305
commit 6f015da070
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 5 additions and 0 deletions

View File

@ -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")