I just cloned the Spring Source from git://github.com/SpringSource/Spring-framework.git
, and I want to import it into my idea.
According to the file import-into-idea.md
, I ran the command: ./gradlew :spring-oxm:compileTestJava
,but it was failed with an exception:
Would someone tell me why this happen? and how to resolve..Thanks very much!