Martmists
12/30/2024, 1:04 AMproject.afterEvaluate { /* configure extra tasks here */ }
in my task constructor, but that seems to fail because the project is already evaluated.Vampire
12/30/2024, 4:09 AMExec
-like operations as part of your task action, inject the ExecOperations
service and use its exec { ... }
method which is practically the same as an Exec
task, just not as task.Martmists
12/30/2024, 12:28 PM