Skip to content

Commit

Permalink
Fix project-building from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Nov 19, 2023
1 parent deafe50 commit 6f015da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 6f015da

Please sign in to comment.