Integrated: 8310666: gradle validateSourceSets task not run when TEST_ONLY=true
Ambarish Rapte
arapte at openjdk.org
Mon Sep 11 11:44:48 UTC 2023
On Mon, 11 Sep 2023 09:23:06 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
> The validateSourceSets task are created only for the test tasks. [check source](https://github.com/openjdk/jfx/blob/eb7de72dafecbedc83c2215b6aed7432d4ec80f9/build.gradle#L1848)
> So, validateSourceSets task must be executed when running test tasks even when TEST_ONLY=true.
> This had caused a regression [JDK-8310654](https://bugs.openjdk.org/browse/JDK-8310654), where we missed a failing scenario as validateSourceSets did not run with -PTEST_ONLY=true
This pull request has now been integrated.
Changeset: 325be565
Author: Ambarish Rapte <arapte at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/325be5657b0ba9633917c90e23dd4e8f34234421
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8310666: gradle validateSourceSets task not run when TEST_ONLY=true
Reviewed-by: kcr
-------------
PR: https://git.openjdk.org/jfx/pull/1237
More information about the openjfx-dev
mailing list