Remove Gradle clean task from the Jenkins CI pipeline build using Gradle in Docker during check.

This commit is contained in:
John Blum
2022-06-22 16:19:19 -07:00
parent 57abbcd7a3
commit 6d3ccf81e8

View File

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