RFR: 8297071: Provide gradle "TEST_ONLY" flag to completely suppress building the sdk and shims [v3]
Ambarish Rapte
arapte at openjdk.org
Tue May 2 09:00:23 UTC 2023
On Fri, 28 Apr 2023 18:13:57 GMT, Kevin Rushforth <kcr at 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
More information about the openjfx-dev
mailing list