Hello, I am facing this error at the end of my bui...
# community-support
c
Hello, I am facing this error at the end of my build: "org.gradle.api.UncheckedIOException: Could not add entry ':X' to cache executionHistory.bin (.gradle/8.6/executionHistory/executionHistory.bin) " Can someone please assist because i couldn't find anything on the net. Thank you
v
Can you show a full
--stacktrace
or optimally a build
--scan
URL if possible?
Did you maybe in the past run a build with administrative rights and now do not have the proper permissions to edit the mentioned file? Check ownership and permissions on that file (or actually all files in your
GRADLE_USER_HOME
and project
.gradle/
directory.
c
I ll check now the permissions, but i can see from the stacktrace, i have this exceptions: "Caused by: org.gradle.api.UncheckedIOException: java.lang.IllegaiArgumentException: Block payload exceeds maximum size"
I ll try to rerun it with full stacktrace
v
No idea why OP closed the issue, but seems to be this: https://github.com/gradle/gradle/issues/14952