0.5.7 some cool bug fixes and code prettier
This commit is contained in:
parent
7b11d86487
commit
8a11e28c8b
132 changed files with 6360 additions and 5227 deletions
6
gradlew
vendored
Normal file → Executable file
6
gradlew
vendored
Normal file → Executable file
|
@ -205,6 +205,12 @@ set -- \
|
|||
org.gradle.wrapper.GradleWrapperMain \
|
||||
"$@"
|
||||
|
||||
# Stop when "xargs" is not available.
|
||||
if ! command -v xargs >/dev/null 2>&1
|
||||
then
|
||||
die "xargs is not available"
|
||||
fi
|
||||
|
||||
# Use "xargs" to parse quoted args.
|
||||
#
|
||||
# With -n1 it outputs one arg per line, with the quotes and backslashes removed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue