Merge pull request #33 from Trivernis/ci-config

Add caching to ci-config
pull/55/head
Trivernis 4 years ago committed by GitHub
commit 18ac52cab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,5 +3,11 @@ image: openjdk
matrix:
- env: SCRIPT=shadowJar
install:
- gradle dependencies
script:
- if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi
- if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi
cache:
- .gradle
Loading…
Cancel
Save