We Are Going To Discuss About The project uses Gradle 2.12 which is incompatible with IDEA running on Java 10 or newer. So lets Start this Java Article.
The project uses Gradle 2.12 which is incompatible with IDEA running on Java 10 or newer
- The project uses Gradle 2.12 which is incompatible with IDEA running on Java 10 or newer
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. - The project uses Gradle 2.12 which is incompatible with IDEA running on Java 10 or newer
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.
Solution 1
I have found a solution for this. On Intellij press Ctrl+shift+a -> Switch Boot JDK ->choose JDK version
Another solution is use Intellij Utimate Edition. Choose file/Setting and configure Gradle and Java version
Solution 2
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.
Original Author Ravinda Lakshan Of This Content
Solution 3
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
Original Author Rajat Goel Of This Content
Solution 4
JetBrains promised to fix in version 2020.1.1 :
https://youtrack.jetbrains.com/issue/IDEA-237220
Original Author dubace Of This Content
Conclusion
So This is all About This Tutorial. Hope This Tutorial Helped You. Thank You.