Java教程

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

本文主要是介绍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.

这篇关于IDEA导入spring源码Unable to find method ‘org.gradle.api.artifacts.result.ComponentSelectionReason.getDes的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!