On Mon, 10 Aug 2026 14:02:08 GMT, Nir Lisker <[email protected]> wrote:

>> Allows using a Gradle properties file at the project level by requiring the 
>> user-specific one to be present in the user's Gradle dir. A Gradle 
>> properties file is necessary for a proper Gradle build system's 
>> configuration. The user file takes precedence over the project one.
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> Nir Lisker has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Allow CLI args to override local properties

build.gradle line 181:

> 179: 
> 180:     def cliProps = gradle.startParameter.projectProperties
> 181:     localProps.forEach((name, value) -> {

I wonder if we could do that in the `settings.gradle` instead?
To be honest I don't know that the best practise is (or if there even is 'best 
way'), just something I was wondering

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

PR Review Comment: https://git.openjdk.org/jfx/pull/2240#discussion_r3880798572

Reply via email to