You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Upgrade Gradle/Wrapper to latest version
* Upgrade Gradle/Wrapper to latest version
* Update gradle wrapper to version 6.8.3
* add ASF license header to generated gradle-wrapper.properties file
* Update README to reflect current gradlew version supported
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,7 @@ The project includes its own packaged version of Gradle called Gradle Wrapper wh
212
212
213
213
#### Using your own local Gradle to build
214
214
215
-
Alternatively, you can choose to [Install Gradle](https://gradle.org/install/) and use it instead of the project's Gradle Wrapper. If so, you would use the `gradle`command instead of `gradlew`. If you do elect to use your own Gradle, verify its version is `5.5.1` or higher:
215
+
Alternatively, you can choose to [Install Gradle](https://gradle.org/install/) and use it instead of the project's Gradle Wrapper. If so, you would use the `gradle`command instead of `gradlew`. If you do elect to use your own Gradle, verify its version is `6.8.1` or higher:
216
216
217
217
```sh
218
218
gradle -version
@@ -304,7 +304,7 @@ go get github.com/project/libname
0 commit comments