Create .gradle dir before installation

Create .gradle directory to avoid errors when unpacking cached files (I hope this helps).
pull/33/head
trivernis 4 years ago
parent 3cfa38e03d
commit 3367af9adc

@ -3,6 +3,9 @@ image: openjdk
matrix:
- env: SCRIPT=shadowJar
before_install:
- mkdir .gradle
script:
- if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi

Loading…
Cancel
Save