How to change gradle version in STS?

As the title.

How to change gradle version in STS?

In Eclipse preferences, go to the “Gradle” page. Find the “Gradle Distribution” field. It’s likely set to the default of “Use Gradle wrapper’s default”. Change it to to “Folder” and point it to your locally installed Gradle distribution.

1 Like