0.5.7 some cool bug fixes and code prettier

This commit is contained in:
unurled 2023-04-14 22:34:00 +02:00
parent 7b11d86487
commit 8a11e28c8b
132 changed files with 6360 additions and 5227 deletions

6
gradlew vendored Normal file → Executable file
View 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.