Skip to content

Commit

Permalink
Bug 1870048 - Replace whenTaskAdded with configureEach to avoid unnec…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare authored Jan 3, 2024
1 parent d4f5b31 commit 3ea8623
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ except:
condaBootstrapDir,
"Miniconda3"
)
project.tasks.whenTaskAdded { task ->
project.tasks.configureEach { task ->
if (task.name.startsWith('Bootstrap_CONDA')) {
task.dependsOn(createBuildDir)

Expand Down

0 comments on commit 3ea8623

Please sign in to comment.