On Thu, 3 Sep 2026 19:46:17 GMT, Kevin Rushforth <[email protected]> wrote:
>> Marius Hanl has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> change default to true
>
> build.gradle line 480:
>
>> 478: // When disabled, the "apps", "appsjar" and "clean" tasks will not
>> compile or clean the apps in there.
>> 479: defineProperty("INCLUDE_APPS", "false")
>> 480: ext.IS_INCLUDE_APPS = Boolean.parseBoolean(INCLUDE_APPS)
>
> No, `gradle all` needs to build the apps without any extra flags.
Changed back to true.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2291#discussion_r3933675533