summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun4
1 files changed, 4 insertions, 0 deletions
diff --git a/run b/run
index 69faa76..ab38200 100755
--- a/run
+++ b/run
@@ -16,6 +16,10 @@ case "$1" in
ARGS="core:test"
shift
;;
+ "j")
+ ARGS="core:compileJava"
+ shift
+ ;;
esac
echo "./gradlew $ARGS $@" && ./gradlew $ARGS $@