On Mon, 28 Jun 2021 14:38:32 GMT, Marius Hanl <mh...@openjdk.org> wrote:

> This PR fixes the issue identified and discussed in PR 
> https://github.com/openjdk/jfx/pull/506 which will make the gradle sync in 
> IntelliJ fail because of the failing dependency verification for source files.
> 
> Gradle provides a way to skip the verification of source files, documented 
> here:
> https://docs.gradle.org/current/userguide/dependency_verification.html#sec:skipping-javadocs
> 
> Also the **README.txt** file is adjusted to include the instructions 
> neccessary when updating the **verification-metadata.xml** file.

I tested this on Eclipse and it resolves the error of not finding the JUnit 
source jar file during dependency verification. Eclipse Buildship is happy now.

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

Marked as reviewed by nlisker (Reviewer).

PR: https://git.openjdk.java.net/jfx/pull/549

Reply via email to