1
0
mirror of https://github.com/chylex/IntelliJ-AceJump.git synced 2025-05-09 22:34:05 +02:00

Update Gradle wrapper to 7.1

This commit is contained in:
chylex 2021-09-29 08:25:09 +02:00
parent 0b6ba62cda
commit c1feb891e4
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-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* )