tools_gradle_intellij_plugin.md: Set minimum supported Gradle version to 7.3

This commit is contained in:
Jakub Chrzanowski 2022-12-15 22:37:47 +01:00
parent 0cccded904
commit c13eb18a46
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -62,7 +62,7 @@ When upgrading to `1.x` version, please make sure to follow the [migration guide
>
> If targeting 2022.3+, Java 17 is required instead.
> This project requires Gradle 6.8 or newer. However, it is highly recommended to always use the latest available Gradle version.
> This project requires Gradle 7.3 or newer. However, it is highly recommended to always use the latest available Gradle version.
> Update it with:
> ```Bash
> ./gradlew wrapper --gradle-version=VERSION