badass-runtime-plugin icon indicating copy to clipboard operation
badass-runtime-plugin copied to clipboard

[Suggestion] Splitting tasks by platform

Open fourlastor opened this issue 2 years ago • 0 comments

I noticed that currently the jre task works on all the defined platform at the same time.

I think it would be useful if instead the task were split by platform, and jre was a "convenience" task to group them all.

So, for example, given the platforms win_64, linux_64 and linux_aarch64, it would generate the following tasks

jreWindows64, jreLinux64, jreLinuxAarch64

and the task jre would depend on all of them.

This would have the direct benefit of being able to parallelize each task (a similar approach could be applied to other tasks as well)

I'd be happy to work on this, but likely later this year (mid September or later)

fourlastor avatar Jul 30 '23 11:07 fourlastor