image: openjdk matrix: - env: SCRIPT=shadowJar script: - if [[ "SCRIPT" ]]; then gradle $SCRIPT; fi