Update Gradle Wrapper to `v6.5.1`

pull/11/head
Jakub Chrzanowski 4 years ago committed by Jakub Chrzanowski
parent e427cdcfd0
commit a3ad5bd863

@ -8,6 +8,7 @@
### Changed
- Update `org.jetbrains.changelog` dependency to `v0.3.3`
- Update Gradle Wrapper to `v6.5.1`
### Fixed
- Remove vendor website from `plugin.xml`

Binary file not shown.

@ -1,6 +1,5 @@
#Tue Feb 11 15:01:10 CET 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

2
gradlew vendored

@ -130,7 +130,7 @@ fi
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`
# We build the pattern for arguments to be converted via cygpath

Loading…
Cancel
Save