#!/usr/bin/env bash set -euo pipefail export LOG4J_CONFIGURATION_FILE="$PWD/conf/log4j2.xml" ./gradlew run --args="foo bar baz"