RFR: 8341164: Update boot JDK to 23
Ambarish Rapte
arapte at openjdk.org
Thu Oct 3 06:00:41 UTC 2024
On Wed, 2 Oct 2024 23:15:41 GMT, Kevin Rushforth <kcr at 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
More information about the openjfx-dev
mailing list