Skip to content
Snippets Groups Projects
Commit 72101b1e authored by René Schöne's avatar René Schöne
Browse files

Add cache.

parent 2852ddfd
No related branches found
No related tags found
1 merge request!16Resolve "Use cache in CI for gradle"
Pipeline #6317 passed
...@@ -2,6 +2,14 @@ stages: ...@@ -2,6 +2,14 @@ stages:
- build - build
- test - test
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build: build:
image: openjdk:8 image: openjdk:8
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment