Create and use different/separate Gradle caches (directory locations) for build, artifacts and docs phases/stages.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
set -eou pipefail
|
||||
|
||||
GRADLE_OPTS="-Duser.name=jenkins -Djava.io.tmpdir=/tmp -Dgradle.user.home=/tmp/geode-build-cache" \
|
||||
GRADLE_OPTS="-Duser.name=jenkins -Djava.io.tmpdir=/tmp -Dgradle.user.home=/tmp/geode/build-gradle-cache" \
|
||||
./gradlew clean check --no-daemon --refresh-dependencies --stacktrace
|
||||
|
||||
Reference in New Issue
Block a user