IDEA导入spring源码Unable to find method ‘org.gradle.api.artifacts.result.ComponentSelectionReason.getDes

IDEA导入这个源码的时候出现错误,
我之前用的是IDEA2019.3和2018.2均出现这个错误,GRADLE是7.3 spring是5.1.X 最后IDEA换成2021.1就好了。。 离大谱。

Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'.
Possible causes for this unexpected error include:<ul><li>Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)</li><li>The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem.
Stop Gradle build processes (requires restart)</li><li>Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.</li></ul>In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

上一篇:Maven跳过插件环节


下一篇:Git仓库完整迁移全过程