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

前端 未结 4 4031
难免孤独
难免孤独 2021-02-20 15:52

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          


        
4条回答
  •  一整个雨季
    2021-02-20 16:46

    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

提交回复
热议问题