On Fri, 4 Sep 2026 09:39:13 GMT, Nir Lisker <[email protected]> wrote:
>>> The way I would do this is create separate commands for the apps and for >>> JavaFX (I didn't look what's available right now), and then have the >>> current build command call both of them. >> >> So a `cleanApps` and `cleanJavaFX` task? Maybe an idea. Although with the >> new local gradle properties, I could probably just override `INCLUDE_APPS` >> to `false` and just ignore the apps, correct? That would be okay to me. And >> less changes involved for now. > >> So a `cleanApps` and `cleanJavaFX` task? Maybe an idea. > > Something along those line. The granularity of the Gradle tasks is not the > best currently, in my opinion. I haven't looked at the apps at all. I'm > focusing on fixing the the basic build issues. > >> Although with the new local gradle properties, I could probably just >> override `INCLUDE_APPS` to `false` and just ignore the apps, correct? That >> would be okay to me. And less changes involved for now. > > Should work, although I didn't look to see what `INCLUDE_APPS` does exactly. @nlisker I should propably document that new property inside the `gradle-local.properties.template` file, right? So that developers may put that into their `gradle-local.properties` if needed. ------------- PR Comment: https://git.openjdk.org/jfx/pull/2291#issuecomment-5540451382
