mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
Squashed 'build/dobuild/' content from commit b017db7
git-subtree-dir: build/dobuild git-subtree-split: b017db7c22e7c0ca6cee3f0f5ac1dd50f3b68eb9
This commit is contained in:
17
assets/adapters/gradle/gradle_adapter
Executable file
17
assets/adapters/gradle/gradle_adapter
Executable 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" \
|
||||
"$@"
|
||||
Reference in New Issue
Block a user