RFR: 8360586: JavaFX build uses deprecated features that will be removed in gradle 9 [v2]

Ambarish Rapte arapte at openjdk.org
Fri Sep 26 11:09:15 UTC 2025


On Thu, 25 Sep 2025 21:35:13 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Ambarish Rapte has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision:
>> 
>>  - Merge branch 'master' into gradle-900-warnings
>>  - replace project.exec and project.javaexec
>
> build.gradle line 888:
> 
>> 886:                         pkgdir.mkdirs()
>> 887:                         def execOps = project.services.get(ExecOperations)
>> 888:                         execOps.exec { ExecSpec spec ->
> 
> Suggestion:
> 
>                         execOps.exec { spec ->
> 
> 
> We generally don't include the type of a closure argument, unless it's ambiguous (which I don't think it is here).

Thank you, removed the type from all such instances.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1918#discussion_r2382016497


More information about the openjfx-dev mailing list