How to change the version of the 'default gradle wrapper' in IntelliJ IDEA?

前端 未结 8 1165
忘掉有多难
忘掉有多难 2020-12-23 15:42

I want to use Gradle 1.10 instead of 1.9. I cannot seem to find where to change this.

If I put this:

task wrapper(t         


        
8条回答
  •  梦毁少年i
    2020-12-23 16:16

    I was facing same issue for changing default gradle version from 5.0 to 4.7, Below are the steps to change default gradle version in intellij
    1) Change gradle version in gradle/wrapper/gradle-wrapper.properties in this property distributionUrl

    2) Hit refresh button in gradle projects menu so that it will start downloading new gradle zip version

提交回复
热议问题