Add Gradle clean task as a separate, independent build step for SSDG Jenkins CI Gradle builds.

This commit is contained in:
John Blum
2022-06-23 12:46:09 -07:00
parent 5a651563ff
commit e7784f8d33

View File

@@ -2,5 +2,7 @@
set -eou pipefail
./gradlew --no-daemon clean
GRADLE_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home -Djava.io.tmpdir=/tmp" \
./gradlew check --no-daemon --refresh-dependencies --stacktrace