Gradle 8.8 crashing Java on macOS #115
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Looks like merging #112 was premature – at least with macOS 10.15.7
./gradlew build
is causing a nasty Java crash:Click to expand
Reverting to Gradle 8.7 is a work-around.
Reported the issue at https://github.com/gradle/gradle/issues/29555.
A fix was merged, but not sure if this patches 8.8: https://github.com/gradle/gradle/pull/29514
According to an issue comment the fix should be contained from 8.9 RC 1 on: