gradle version setting

已回答

Hello

for IntelliJ IDEA 2022.2.3 (Community Edition)

when we create new gradle project it set the gradle version to 7.4 so

1) is there setting in the ide that allow us to set which gradle version should be applied to new gradle project (i know i can change the gradle-wrapper.properties or using the gradle home properties file) but i ask about IDE option

 

2) is there a reason why for why they choose 7.4 like they guarantee that the ide handle this version better than newer one for example it has better auto complete and newer version maybe has extra method or option that ide did not get updated to able to handle it or any other reason so in other way it better to stick with the default version of the ide to get the full feature of it unless you want to handle some stuff that auto complete would not help you with

 

thanks for your time and have a nice day :)

 

 

0

You can configure the Gradle version only for an existing project: here is an instruction on how to do it in IntelliJIDEA settings.
A feature that allows choosing the Gradle version in New Project Wizard isn't implemented yet, but we have the corresponding issue in our YouTrack. You can upvote and follow it to receive updates.

Before updating a default Gradle version to the latest release, we need time to ensure it will work perfectly with IDEA because we have a lot of users who can be affected by any errors. That's why we can't add support for a new version immediately after release. Now we're planning to add Gradle 7.5.1 support in IntelliJIDEA 2022.3, it was added to the IntelliJIDEA Early Access Program version.

0

thanks a lot Olga Mulina

and thanks for the whole team and have a nice day everyone

0

You can configure the Gradle version only for an existing project: here is an instruction on how to do it in IntelliJIDEA settings.
A feature that allows choosing the Gradle version in New Project Wizard isn't implemented yet, but we have the corresponding issue in our YouTrack. You can upvote and follow Word hurdle it to receive updates.

Before updating a default Gradle version to the latest release, we need time to ensure it will work perfectly with IDEA because we have a lot of users who can be affected by any errors. That's why we can't add support for a new version immediately after release. Now we're planning to add Gradle 7.5.1 support in IntelliJIDEA 2022.3, it was added to the IntelliJIDEA Early Access Program version.

Navigating to Gradle settings (Settings/Preferences > Build, Execution, Deployment > Build Tools > Gradle).

0

请先登录再写评论。