summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 2fc6bbb..6306959 100755
--- a/run
+++ b/run
@@ -47,7 +47,7 @@ case "$1" in
;;
"j")
shift;
- ARGS="core:compileJava ctags $@"
+ ARGS="core:javadocs ctags $@"
gradlew_do
;;
"d")