On Tue, 15 Jun 2021 17:44:43 GMT, Ambarish Rapte <[email protected]> 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
