Gradle 8.8 crashed on MacOS 11.x (8.7 still works as expected) · Issue #29476 · gradle/gradle,

and Gradle 8.9 fix the bug, Disable file-system watching on macOS 11 and before by lptr · Pull Request #29514 · gradle/gradle.

Comment From: snicoll

@diguage thanks but we prefer to do those upgrades ourselves.

Comment From: diguage

@diguage thanks but we prefer to do those upgrades ourselves.

OK, as long as the problem is fixed, no matter who commits the code.

Comment From: snicoll

OK, as long as the problem is fixed, no matter who commits the code.

Hopefully, looking at the commit of https://github.com/spring-projects/spring-framework/issues/33214 and your proposal, you'll understand this isn't about who commits the code but to make sure to do things correctly.

Comment From: diguage

OK, as long as the problem is fixed, no matter who commits the code.

I mean that I am glad that this problem has been fixed.

Hopefully, looking at the commit of #33214 and your proposal, you'll understand this isn't about who commits the code but to make sure to do things correctly.

I run the ./gradlew wrapper --gradle-version=8.9 and got the same code change as #33214 . But I refer to https://github.com/spring-projects/spring-framework/commit/dfa6b4bd4246edb6b237229fcc1d88d4aac9a520, so I only modified the version number.

Thank you for your patience. Thank you again for fixing the problem.