Remove gradle install instructions from buildfile

pull/32/head
trivernis 5 years ago
parent d52bc304f4
commit b587f491cf

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