On Mon, 9 Oct 2023 17:17:03 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> Looks like there some GHA failures which will need to be resolved. Possibly a > missing dependency? Yes, I had used `mustRunAfter` to specify order of execution of tasks but looks like it does not guarantee the order of execution. Changing `mustRunAfter` to `dependsOn` fixed the problem ------------- PR Comment: https://git.openjdk.org/jfx/pull/1256#issuecomment-1754418851