RFR: 8314486: JavaFX build uses deprecated features that will be removed in gradle 8 [v2]

Ambarish Rapte arapte at openjdk.org
Tue Oct 10 05:33:10 UTC 2023


On Mon, 9 Oct 2023 22:48:18 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

> I can see that you had to add a number of additional dependencies. I guess these all represent latent dependency bugs in our `build.gradle`?

Yes Kevin, Some tasks use output directory of other tasks without declaring dependency: This behavior is not supported from gradle 8 onwards, hence explicit specification of dependency. [ Reference doc : https://docs.gradle.org/7.6/userguide/validation_problems.html#implicit_dependency ]

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1256#issuecomment-1754416594


More information about the openjfx-dev mailing list