This message was deleted.
# community-support
s
This message was deleted.
a
I was previously running Gradle 7.4. Looks like updating to 8.4 for some reason solves that issue
t
Are you building on Windows? If so, is your project in a folder synced with OneDrive? Thats the error that randomly occurs when the project is in a OneDrive folder. Its https://github.com/gradle/gradle/issues/22002 which really should be reopened. Its random when it decides to error, so upgrading gradle to 8.4 is likely a placebo if it is this issue you're running into, and it will fail again. Luckily the solution is easy, just move the project to a folder that isn't in OneDrive.
v
Write a comment to that issue and lptr will hopefully reopen it. But besides that, I don't think that issue is related to this. Especially as here the build did not fail but just did a full recompile, probably because of the Java 19 classes in the multi-release jar that Gradle could not analyze but can in the newer version.