Create ci/build.sh file to run Gradle build lifecycle task.
This commit is contained in:
6
ci/build.sh
Executable file
6
ci/build.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
set -eou pipefail
|
||||
|
||||
GRADLE_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home -Djava.io.tmpdir=/tmp" \
|
||||
./gradlew --no-daemon --refresh-dependencies --stacktrace clean build
|
||||
Reference in New Issue
Block a user