How do I change the default gradle wrapper version permanently across all projects or use the latest gradle version across all projects even when I create another new project?

已回答

Hi,

I want to make it so then it updates the default gradle version across all existing and newly created projects.

However, there is no option to do that, and I have to painstakingly do ./gradlew wrapper --gradle-version 7.4.1 --distribution-type all every time I create a new project. This is very bad for me as I use JDK 18 and need a more modern version of gradle to support JDK 18.

Can you help me find the option/plugin to do so?

thanks

0

It is not possible now. It is in our near plans. Please vote and follow these requests for updates:

https://youtrack.jetbrains.com/issue/IDEA-169878

https://youtrack.jetbrains.com/issue/IDEA-215792

0

请先登录再写评论。