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
This commit is part of merge request !16. Comments created here will be created in the context of that merge request.
......@@ -2,6 +2,14 @@ stages:
- build
- test
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build:
image: openjdk:8
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment