Upgrade Gradle Wrapper to `7.1`

pull/175/head
Jakub Chrzanowski 3 years ago committed by Jakub Chrzanowski
parent a950e35a48
commit b8cd2e58c0

@ -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.

@ -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

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

Loading…
Cancel
Save