Skip to content

Instantly share code, notes, and snippets.

@nddipiazza
Last active July 30, 2017 17:45
Show Gist options
  • Save nddipiazza/6839fdb8c3063ebb46a001621fe8b01f to your computer and use it in GitHub Desktop.
Save nddipiazza/6839fdb8c3063ebb46a001621fe8b01f to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -eou pipefail
DIR=$(dirname "$0")
"$DIR/gradlew" --parallel --max-workers=8 -p "$DIR" compileJava compileTestJava
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment