I tried using both gradle and maven. This issue is coming with both. I have also tried invalidating caches but no luck.
When I run project using ./gradlew quarkusDev it runs without error.
I have created project using code.quarkus.io and then imported in Intellij Idea 2020.1.1.
using openJDK 11
gradle.properties:
- quarkusPluginVersion=1.4.2.Final
- quarkusPlatformArtifactId=quarkus-universe-bom
- quarkusPlatformGroupId=io.quarkus
- quarkusPlatformVersion=1.4.2.Final
Edit: please tell something other than invalidate/restart, deleting iml files, setting JDK version in project structure. I have already tried these steps.
Edit 2: There seems to be some problem with jdk 11 version that comes with intellij Idea 20 snap in my case. After downloading openJDK 11 separately and pointing to it from project structure. My problem was solved.
