Upgraded to Gradle 7.1.

This commit is contained in:
Erik C. Thauvin 2021-06-20 01:34:19 -07:00
parent 4c4f7da0da
commit eb14e72255
20 changed files with 139 additions and 48 deletions

2
examples/gradlew vendored
View file

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