On Fri, 1 Nov 2024 19:50:24 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
>> Andy Goryachev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> input map > > 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. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1524#discussion_r1826354853