summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 1f6613d..7969167 100755
--- a/run
+++ b/run
@@ -27,7 +27,7 @@ case "$1" in
;;
"j")
shift;
- ARGS="core:compileJava $@"
+ ARGS="core:compileJava ctags $@"
gradlew_do
;;
"d")