Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The project uses Gradle 2.12 which is incompatible with IDEA running on Java 10 or newer

When i import my Gradle Java project with Intellij Idea i get error

The project uses Gradle 2.12 which is incompatible with IDEA running on Java 10 or newer.

My Intellij Idea version is

IntelliJ IDEA 2019.2 (Community Edition)
Build #IC-192.5728.98, built on July 23, 2019
Runtime version: 1.8.0_211-b12 amd64
VM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation
Linux 4.15.0-20-generic
GC: ParNew, ConcurrentMarkSweep
Memory: 1956M
Cores: 4
Registry: git.explicit.commit.renames.prohibit.multiple.calls=false
Non-Bundled Plugins: 

How to fix this issue?

like image 804
Anh Thu Avatar asked Oct 18 '19 08:10

Anh Thu


Video Answer


3 Answers

I have found a solution for this. On Intellij press Ctrl+shift+a -> Switch Boot JDK ->choose JDK version enter image description here

Another solution is use Intellij Utimate Edition. Choose file/Setting and configure Gradle and Java versionenter image description here

like image 142
Anh Thu Avatar answered Sep 18 '22 19:09

Anh Thu


In case if you didn't find switch boot JDK option in IDEA you can use
"choose runtime" plugin.

https://www.jetbrains.com/help/idea/switching-boot-jdk.html

if you want it in action, try Ctrl + shift + A then type choose runtime , in the dialog choose run time select the runtime you want.

enter image description here

like image 45
Ravinda Lakshan Avatar answered Sep 22 '22 19:09

Ravinda Lakshan


On Intellij press Ctrl+shift+a -> Choose Runtime ->choose JDK version

If you don't see the option, then download and install "Choose Runtime"(https://plugins.jetbrains.com/plugin/12836-choose-runtime) from Marketplace enter image description here

like image 22
Rajat Goel Avatar answered Sep 20 '22 19:09

Rajat Goel