Hello, I am encountering a very odd issue: ```Prob...
# dependency-management
m
Hello, I am encountering a very odd issue:
Copy code
Problems reading data from Binary store in C:\Users\user\.gradle\.tmp\gradle17488259925332310792.bin offset 633171 exists? true
Problems loading the resolution results (0.0 secs). Read 338 values, last was: 5
Corrupt serialized resolution result. Cannot find selected component (22228) for constraint apiElements -> net.kyori:adventure-nbt:4.17.0
I have tried deleting the entire cache folder, .gradle, and so many other things and every time it downloads the dependencies it gets stuck here. The weirdest part is that the same dependency does not cause problems in other projects, only on my main one. How can I figure out what is causing this issue? The full error (https://pastes.dev/cgB1PXmDCz) itself doesn't really tell me what is going on. Could it be an Intellij issue?
n
most likely you've hit this bug: https://github.com/gradle/gradle/issues/14220 there isn't a single trigger for this, so resolving the problem in your specific case can be a lot of trial and error, I'm afraid
j
Please post a reproducer to the GH issue if you haven’t already