On Fri, 1 Nov 2024 22:49:29 GMT, Andy Goryachev <[email protected]> wrote:
>> build.gradle line 5996:
>>
>>> 5994: moduleProjList.each { project ->
>>> 5995: if (project.hasProperty("moduleName") &&
>>> project.buildModule) {
>>> 5996: def incubating =
>>> project.hasProperty("incubating") && project.ext.incubating
>>
>> After the merge of master, you can remove this (it is unused). I removed it
>> from the PR #1616 (Support JavaFX incubator modules).
>
> I plan to update (merge) the build script once #1616 is integrated.
This is still an issue after the merge, and needs to now be removed.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1524#discussion_r1868182438