Skip to content

Commit ea0086b

Browse files
committed
[ci skip] update gradle wrapper
1 parent 2d631ec commit ea0086b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/wrapper/gradle-wrapper.jar

285 Bytes
Binary file not shown.

gradlew

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ while
7474
do
7575
ls=$(ls -ld "$app_path")
7676
link=${ls#*' -> '}
77-
case $link in #(
77+
case $link in #(
7878
/*) app_path=$link ;; #(
7979
*) app_path=$APP_HOME$link ;;
8080
esac
@@ -107,9 +107,9 @@ cygwin=false
107107
msys=false
108108
darwin=false
109109
nonstop=false
110-
case "$(uname)" in #(
111-
CYGWIN*) cygwin=true ;; #(
112-
Darwin*) darwin=true ;; #(
110+
case "$(uname)" in #(
111+
CYGWIN*) cygwin=true ;; #(
112+
Darwin*) darwin=true ;; #(
113113
MSYS* | MINGW*) msys=true ;; #(
114114
NONSTOP*) nonstop=true ;;
115115
esac

0 commit comments

Comments
 (0)