Roded Bahat
03/17/2025, 4:47 AMExec
tasks, tasks running ansible playbooks, etc. and just have Gradle handle everything. Gradle already handles task parallelization and caching. I think that I just need to define a decent DSL to define the task tree and find an elegant way to pass information between the tasks (e.g., one task could create AWS IAM credentials which another task would want to use). Build information could be passed back via a build listener or the like.
Does anyone have any experience with anything like this? Is this a good idea?
Thanks!Julien Plissonneau Duquène
03/17/2025, 2:07 PMRoded Bahat
03/17/2025, 4:08 PMRoded Bahat
03/17/2025, 4:31 PMJulien Plissonneau Duquène
03/17/2025, 6:32 PMRoded Bahat
03/18/2025, 3:49 AM