diff options
Diffstat (limited to 'run')
-rwxr-xr-x | run | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,10 @@ case "$1" in ARGS="core:test" shift ;; + "j") + ARGS="core:compileJava" + shift + ;; esac echo "./gradlew $ARGS $@" && ./gradlew $ARGS $@ |