RFR: 8267418: IntelliJ build and test of JavaFX does not work [v4]
Marius Hanl
mhanl at openjdk.java.net
Tue Jun 22 06:07:28 UTC 2021
On Tue, 15 Jun 2021 17:44:43 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> ```
> diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
> index abacd0b05b..0a3d33726d 100644
> --- a/gradle/verification-metadata.xml
> +++ b/gradle/verification-metadata.xml
> @@ -3,6 +3,9 @@
> <configuration>
> <verify-metadata>true</verify-metadata>
> <verify-signatures>false</verify-signatures>
> + <trusted-artifacts>
> + <trust file=".*-sources[.]jar" regex="true"/>
> + </trusted-artifacts>
> </configuration>
> <components>
> <component group="" name="ffmpeg-3.3.3" version="">
> ```
>
> I tested this change in addition to the PR changes, dependency verification does not fail with this change but fails without.
> Can you please verify and test this change preferably on a clean repo by creating a new IntelliJ project.
Good catch indeed! This works like a charm. I think this is a good follow-up.
-------------
PR: https://git.openjdk.java.net/jfx/pull/506
More information about the openjfx-dev
mailing list