Upgrade Gradle Wrapper to 7.1

This commit is contained in:
Jakub Chrzanowski 2021-06-15 08:30:24 +02:00 committed by Jakub Chrzanowski
parent a950e35a48
commit b8cd2e58c0
4 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
### Changed
- Update `pluginVerifierIdeVersions` to `2021.1.2`
- Upgrade Gradle Wrapper to `7.1`
## [0.10.1]
### Added

Binary file not shown.

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2
gradlew vendored
View File

@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )