On Mon, 3 Aug 2026 09:28:42 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).

> The settings I plan to override locally are:
> 
> ```ini
> org.gradle.dependency.verification=lenient
> org.gradle.daemon=false
> ```

To make sure we're on the same page, as explained above, these options can't be 
overridden in a local properties file that is read during the build 
configuration phase because they are used before the configuration phase. Those 
would have to be passed in as command flags (however they can be aggregated 
into one flag).

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

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

Reply via email to