Gradle problem solving compiled report org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierIm

Today, when the project is compiled with gradle, reported the following error.

Cause: org.jetbrains.plugins.gradle.tooling.util.ModuleComponentIdentifierIm Lorg/gradle/api/artifacts/ModuleIdentifier;

solve:

2018.1 version of IDEA and high version of gradle (such as 5) is not compatible, you need to replace the low version of gradle (such as gradle4.10).

 

Guess you like

Origin www.cnblogs.com/helios-fz/p/10954004.html