Resolving Gradle Error Unexpected Parent Dependency
in IntelliJ
Today I was doing some Spring Boot updates, and found that updating past 2.3.1.RELEASE
resulted in the following error when trying to build in IntelliJ:
Could not resolve all dependencies for configuration
':....CompileClasspath'.
Problems reading data from Binary store in /private/var/folders/dn/hq_q2hxn7_d48fzc6hh0y9rw0000gp/T/gradle1100970711465945564.bin offset 4480 exists? true
Unexpected parent dependency id 70. Seen ids: [256, 257, 2, 262, 266, 271, 274, 275, 278, 285, 286, 287, 290, 35, 36, 37, 293, 38, 39, 40, 41, 42, 298, 43...
Looking into this further, it appears that this is an upstream issue with Gradle v6.5.x, and that the solution is released in Gradle v6.6.