Skip to content

Commit

Permalink
does this fix runTasks not being set?
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Aug 18, 2024
1 parent 26a07d2 commit 012b3f2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,10 @@ class RunsProvider(val project: Project, val minecraft: MinecraftConfig): RunsCo
it.group = "unimined_internal"
}
it.doLast {
for (value in runTasks.values) {
value.get().createIdeaRunConfig()
if (!off) {
for (value in runTasks.values) {
value.get().createIdeaRunConfig()
}
}
}
}
Expand Down

0 comments on commit 012b3f2

Please sign in to comment.