Skip to content

Commit 2d98247

Browse files
authored
Update Gradle/Wrapper to latest version (#497)
* Update 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 * Update README to reflect current gradlew version supported * Update README to reflect current gradlew version supported
1 parent 9cbb032 commit 2d98247

5 files changed

Lines changed: 32 additions & 44 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The project includes its own packaged version of Gradle called Gradle Wrapper wh
192192

193193
#### Using your own local Gradle to build
194194

195-
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.6` or higher:
195+
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:
196196
197197
```sh
198198
gradle -version
@@ -209,6 +209,8 @@ $ go get -u github.com/jteeuwen/go-bindata/...
209209
$ go-bindata -pkg wski18n -o wski18n/i18n_resources.go wski18n/resources
210210
```
211211
212+
> **Note**: the `go-bindata` package will automatically be installed if the `go build` command is used in the project as it is listed in the `go.mod` dependency file.
213+
212214
### Running unit tests
213215
214216
##### Using Go
@@ -296,7 +298,7 @@ go get github.com/project/libname
296298
Using a release tag:
297299
298300
```sah
299-
go get github.com/project/libname
301+
go get github.com/project/libname@1.1.0
300302
```
301303
302304
Using a commit hash:

gradle/wrapper/gradle-wrapper.jar

6.24 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
#
1717
distributionBase=GRADLE_USER_HOME
1818
distributionPath=wrapper/dists
19+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
1920
zipStoreBase=GRADLE_USER_HOME
2021
zipStorePath=wrapper/dists
21-
distributionUrl=https://services.gradle.org/distributions/gradle-6.6-all.zip

gradlew

Lines changed: 18 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 9 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)