Is there an option to set the default gradle versi...
# intellij
k
Is there an option to set the default gradle version say
5.0-rc-1
so that it creates the wrapper accordingly? If I go with deafult wrapper it uses
4.6
and I have to use terminal to create a gradle wrapper and import it to intellij as a gradle project
i
gradle version is stored in
gradle/wrapper/gradle-wrapper.properties
file in
distributionUrl
line