Browse Source

reduce length of compile command

Lee Hinman 9 years ago
parent
commit
956b07ae19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .dir-locals.el

+ 1 - 1
.dir-locals.el

@@ -85,4 +85,4 @@
    (c-comment-only-line-offset . (0 . 0))
    (fill-column . 140)
    (fci-rule-column . 140)
-   (compile-command . "gradle compileJava compileTestJava"))))
+   (compile-command . "gradle compileTestJava"))))