Skip to content

Commit

Permalink
Single source of truth for loader list.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 15, 2024
1 parent 5b86d63 commit 2293739
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ pluginManagement {
}

include("common")
include("fabric")
include("forge")
include("neoforge")

val enabledPlatforms: String by settings
for (enabledPlatform in enabledPlatforms.split(",")) {
include(enabledPlatform)
}

val modId: String by settings
rootProject.name = modId

0 comments on commit 2293739

Please sign in to comment.