On Fri, 28 Apr 2023 18:13:57 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

> I get one failure when running the tests after first building the shims:

As you pointed out, it failed because `webArchiveJar` task was getting disabled.
Changing the task name to `testWebArchiveJar` solves the problem.
That task is local to `:web` project and referred only by `:web:test` task, not 
elsewhere, so it looks safe to rename.

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

PR Comment: https://git.openjdk.org/jfx/pull/1117#issuecomment-1531119327

Reply via email to