(chore) configure cache

This commit is contained in:
Andreas Penski (init) 2019-06-04 09:34:57 +02:00
parent 2fc1b50aa2
commit 405bf92626

View file

@ -3,9 +3,6 @@ image: maven:latest
variables: variables:
MAVEN_CLI_OPTS: " --batch-mode -Dmaven.repo.local=/cache/repository -Dfile.encoding=UTF-8" MAVEN_CLI_OPTS: " --batch-mode -Dmaven.repo.local=/cache/repository -Dfile.encoding=UTF-8"
cache:
paths:
- /cache/repository
build-java-latest: build-java-latest:
stage: build stage: build