blob: afda9e14b42f06eb20ec8e65334fdcfe9b4781cd [file] [log] [blame]
Aurimas Liutikasaa460b02019-04-25 16:03:21 -07001#!/usr/bin/env bash
2
3##############################################################################
4##
Louis Pullen-Freilich3967d9f2019-05-10 13:42:30 +01005## Compose specific Gradle start up script for UN*X
Aurimas Liutikasaa460b02019-04-25 16:03:21 -07006##
7##############################################################################
8
Louis Pullen-Freilich1dff6782019-10-17 18:12:39 +01009export DIST_SUBDIR="/ui"
Aurimas Liutikasaa460b02019-04-25 16:03:21 -070010
Leland Richardson50c3c6e2019-08-19 13:53:41 -070011# Relative path to the directory containing this script, from the current directory
12relativeScriptPath="`dirname \"$0\"`/"
Louis Pullen-Freilich97199f82019-05-08 15:24:37 +010013
Leland Richardson50c3c6e2019-08-19 13:53:41 -070014# Use main gradle wrapper from AndroidX
Jim Sproch3653cbb2019-10-16 16:23:46 -070015exec "$relativeScriptPath"../gradlew "$@"