tools_gradle_intellij_plugin.md: Set minimum supported Gradle version from 6.7.1 to 6.8

This commit is contained in:
Jakub Chrzanowski 2022-09-28 09:27:04 +02:00
parent 88276d0ab2
commit ec746ad5be
No known key found for this signature in database
GPG Key ID: C39095BFD769862E

View File

@ -55,7 +55,7 @@ When upgrading to `1.x` version, please make sure to follow the [migration guide
> >
{type="tip"} {type="tip"}
> This project requires Gradle 6.7.1 or newer. However, it is highly recommended to always use the latest available Gradle version. > This project requires Gradle 6.8 or newer. However, it is highly recommended to always use the latest available Gradle version.
> Update it with: > Update it with:
> ```Bash > ```Bash
> ./gradlew wrapper --gradle-version=VERSION > ./gradlew wrapper --gradle-version=VERSION