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

Cache gradle directory.

parent 787bf094
Branches
No related tags found
No related merge requests found
Pipeline #8663 passed
......@@ -5,6 +5,14 @@ stages:
- build
- publish
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
build:
image: openjdk:11
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment