Skip to content

Instantly share code, notes, and snippets.

@Dispader
Created April 7, 2016 23:04
Show Gist options
  • Save Dispader/460fe7df6e400830158487637a88e43f to your computer and use it in GitHub Desktop.
Save Dispader/460fe7df6e400830158487637a88e43f to your computer and use it in GitHub Desktop.
example Scripts-to-Rule-Them-All example, passing arguments to Gradle, allowing subset test running
#!/bin/bash
set -e
cd "$(dirname "$0")/.."
export JEE_ENV=development
./gradlew test integrationTest $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment