I am using ultimate 2019.3
I am getting this weird thing that it shows lots of compilation errors on depnedenceis such as Spring, Vertx, Guava and stuff like this, but gradle clean build
and cmd + F9
works fine.
I tried stuff I found here:
- invalidate caches and restart
- delete both
.m2
and.gradle/cahces
- delete
.idea
(didn't find any*.iml
- delete the repository and clone it again from GIT, importing it again to IntelliJ.
- project structure -> set to Java 1.8 and checked structure and libraries - nothing out of the ordinary.
- installed plugin - choose runtime and set IntelliJ to run on Java 1.8
nothing worked!
Maybe its JDK issue? I see my java -version returns 1.8 but IntelliJ runs with JDK 11.
I am completely lost and have no idea what to do.
Please help.
Regards, Ido