RFR: 8301121: RichTextArea Control (Incubator) [v35]

Andy Goryachev angorya at openjdk.org
Fri Nov 1 22:52:38 UTC 2024


On Fri, 1 Nov 2024 19:50:24 GMT, Kevin Rushforth <kcr at 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


More information about the openjfx-dev mailing list