RFR: 8301121: RichTextArea Control (Incubator) [v35]
Kevin Rushforth
kcr at openjdk.org
Tue Dec 3 18:24:04 UTC 2024
On Fri, 1 Nov 2024 22:49:29 GMT, Andy Goryachev <angorya at openjdk.org> 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
More information about the openjfx-dev
mailing list