On Wed, 2 Oct 2024 23:15:41 GMT, Kevin Rushforth <k...@openjdk.org> wrote:

> Doing this will ensure that gradlew and gradlew.bat are up-to-date with the 
> latest version, which is not the case for this PR.

On a Mac machine, I had executed the command: `sh gradlew wrapper 
--gradle-version 8.10.2`
It makes two changes to wrapper files, that we don't take.
1. Changes mode for file `gradlew` to 755, but we use 644
2. Changes line endings in `gradlew.bat` file to windows style, but we need 
unix style

Both these changes had to be reverted.
Please share if you see any other difference.

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

PR Comment: https://git.openjdk.org/jfx/pull/1589#issuecomment-2390586507

Reply via email to