downgrading gradle to 6.9

to be able to support org.mini2Dx.parcl
pull/436/head
Michael Peter Christen 3 years ago
parent 999c819e3e
commit 8e4383c49e

@ -1,2 +1,2 @@
#Wed Jul 14 11:41:31 CEST 2021
gradle.version=7.1
#Sun Oct 24 18:44:30 CEST 2021
gradle.version=6.9

Binary file not shown.

Binary file not shown.

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

2
gradlew vendored

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

Loading…
Cancel
Save