Affects: 5.3.4-SNAPSHOT

When importing into idea:

Warning:<i><b>root project 'spring': Unable to resolve additional project configuration.</b>
Details: java.lang.IllegalStateException: Resolving dependency configuration 'testFixturesCompileOnly' is not allowed as it is defined as 'canBeResolved=false'.
Instead, a resolvable ('canBeResolved=true') dependency configuration that extends 'testFixturesCompileOnly' should be resolved.</i>

Comment From: bclozel

What do you mean by importing? Are you building the project on the command line? Or are you importing the project in your IDE?

In any case, did you have a look to the CONTRIBUTING docs?

Comment From: sbrannen

I've edited your comment to improve the formatting. You might want to check out this Mastering Markdown guide for future reference.

Comment From: vmvm-org

What do you mean by importing? Are you building the project on the command line? Or are you importing the project in your IDE?

In any case, did you have a look to the CONTRIBUTING docs?

I building the project on the command line and importing the project in my IDEA but that was fail.