I just tried to update our gradle 8.6 codebase to ...
# community-support
n
I just tried to update our gradle 8.6 codebase to java 21 from java 17 and I get the following problem when running in CI (eclipse-temurin java 21 docker image linux):
Copy code
Can only transition State of build ':buildSrc' to state BuildFinishHooks from states [Configure, TaskSchedule, ReadyToRun] however it is currently in state ReadyToReset
This doesn’t happen locally on MacOs apple silicone using correto 21. Anybody come across such an error?