RFR: 8314486: JavaFX build uses deprecated features that will be removed in gradle 8
Ambarish Rapte
arapte at openjdk.org
Tue Oct 10 05:36:06 UTC 2023
On Mon, 9 Oct 2023 17:17:03 GMT, Kevin Rushforth <kcr at 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
More information about the openjfx-dev
mailing list