Error:No such property: GradleVersion for class: JetGradlePlugin

前端 未结 7 1314
青春惊慌失措
青春惊慌失措 2020-12-29 20:46

I am getting below error in intellij for a gradle project. I am importing existing gradle project and trying refresh it in gradle window.

Error:No such prope         


        
7条回答
  •  天涯浪人
    2020-12-29 21:07

    I had this problem while upgrading to java 11.

    I had to downgrade gradle from 5.0 to 4.10.3. Then I needed to upgrade to the latest version of Intellij Idea. You'll probably just need to upgrade Intellij.

    edit: Downgrading gradle is the fix. The Intellij version didn't matter.

提交回复
热议问题