Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve a conflict in JetGradle on IntelliJ IDEA 11.1.2?

I am new to the Gradle integration JetGradle in IntelliJ IDEA 11.1.2 and currently I ran into a conflict with a compile time dependency.

Currently I do not know how to solve this conflict since IDEA does not provide me more informations than this little screenshot. Do you ran into a similar problem and were able to fix it? Any hints are appreciated.

Conflict

Update: I have found out that IntelliJ IDEA is somehow unable to attach the joda-time-2.1.jar to the joda-time-2.1 library No-jar.

If I then manually add the JAR the conflict is successfully resolved. Is there a way IntelliJ can tell my why it does not add the JAR?

like image 530
saw303 Avatar asked Oct 07 '22 11:10

saw303


1 Answers

Yes, the problem is that the library is defined either in gradle or IDE but the jar is not attached to it at the IDE side.

AFAI there is no GUI at the IDE side that helps to resolve this situation. Please create a dedicated feature request at the tracker.

Denis

like image 52
denis.zhdanov Avatar answered Oct 13 '22 11:10

denis.zhdanov