RFR: 8267418: IntelliJ build and test of JavaFX does not work [v4]
Ambarish Rapte
arapte at openjdk.java.net
Mon Jun 14 07:59:51 UTC 2021
On Thu, 10 Jun 2021 14:45:18 GMT, Marius Hanl <mhanl at openjdk.org> wrote:
> This might not work because of the dependency verification error you have in your console. I had this as well and I temporary deleted the **verification-metadata.xml** inside the **gradle** folder.
Deleting **verification-metadata.xml** temporarily solves the error on my system. The modules and tasks get listed in gradle window. Could execute graphics:test task from the gradle window.
The step to delete **verification-metadata.xml** seems acceptable. (May be we should include the whole IntelliJ setup steps with build documentation.)
It does not seem like a stopper to me, but would like to get @kevinrushforth 's opinion.
-------------
PR: https://git.openjdk.java.net/jfx/pull/506
More information about the openjfx-dev
mailing list