Skip to content

Commit

Permalink
[CI] Project eval being stupid maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
robotgryphon committed Feb 21, 2024
1 parent 674b92b commit 1a7db26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions neoforge-datagen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ val roomUpgradeApi = project(":core:room-upgrade-api")

val coreProjects = listOf(core, coreApi, roomApi, roomUpgradeApi)

coreProjects.forEach {
project.evaluationDependsOn(it.path)
}

base {
group = "dev.compactmods.compactmachines"
archivesName.set(mod_id)
Expand Down

0 comments on commit 1a7db26

Please sign in to comment.