#!/bin/bash

cd "$(dirname "$0")"

pushd ..
./gradlew $COMPOSE_DEFAULT_GRADLE_ARGS "$@" || exit 1
popd