Remove abstruse task

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/106/head
trivernis 3 years ago
parent 7a27618100
commit 626003028a
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

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