1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

Merge commit 'b19a54d2f9d8a3e83366c638aace4cf3b5daa96e' as 'build/dobuild'

This commit is contained in:
nosamad
2020-05-25 23:24:23 +02:00
95 changed files with 7843 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#!/bin/sh
. DoBuildFiles/generic.properties
{ [ -z "$BUILDVERBOSE" ] && [ -z "$TESTVERBOSE" ]; } || set -- --info "$@"
[ -z "$VERBOSE" ] || set -x
exec gradle \
--no-daemon \
--parallel \
--console plain \
--max-workers "$NPROC" \
--gradle-user-home "$PWD/gradle" \
--project-cache-dir "$PWD/gradle-cache" \
--project-dir "$PROJECTDIR" \
"-Dorg.gradle.project.buildDir=$PWD/build" \
"$@"