#!/usr/bin/env bash

##############################################################################
##
##  Compose specific Gradle start up script for UN*X
##
##############################################################################

export DIST_SUBDIR="/ui"

# Relative path to the directory containing this script, from the current directory
relativeScriptPath="`dirname \"$0\"`/"

# Use main gradle wrapper from AndroidX
exec "$relativeScriptPath"../gradlew "$@"
