diff options
| author | mo khan <mo.khan@gmail.com> | 2020-03-18 13:39:30 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-04-15 13:25:52 -0600 |
| commit | 6730f0011eb1fafa97492e1d051403fbcdfdd15c (patch) | |
| tree | edba5805bac99826e00bdc579a4c2dfd144e7fa1 /run.sh | |
| parent | 3fdf2793726ad19d7f654fec0a9a98600d39d48f (diff) | |
Use GRADLE_CLI_OPTS when invoking gradle directly
* Extract gradle_command method
* Bump version and update CHANGELOG
* Remove prepare_java step from run.sh
Diffstat (limited to 'run.sh')
| -rwxr-xr-x | run.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -63,11 +63,6 @@ function prepare_javascript() { fi } -function prepare_java() { - [[ -f build.gradle ]] && [[ ! -f gradlew ]] && \ - gradle build ${GRADLE_CLI_OPTS:+-x test} -} - function prepare_dotnet() { [[ $(ls ./*.sln 2> /dev/null) ]] && RECURSIVE="--recursive" } @@ -77,7 +72,6 @@ function prepare_project() { asdf install 1> /dev/null prepare_javascript || true - prepare_java || true prepare_dotnet || true else echo "Running '${SETUP_CMD}' to install project dependencies..." |
