On Tue, 1 Sep 2026 09:14:31 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:
> 
>   Remove dirty merge artifact

Tested on Arch Linux: The file is correcty loaded as expected. But it does not 
seem to actually use the settings.
In my case, I tried the following settings (they should fail the Gradle build):

org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
org.gradle.caching=true
org.gradle.parallel=true


When I put them into the `gradle.properties`, build will fail. In the 
`gradle-local.properties`, they are read but not processed and build will 
succeed. Or may I misunderstand something?

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

PR Comment: https://git.openjdk.org/jfx/pull/2240#issuecomment-5497839765

Reply via email to