Skip to content

Commit

Permalink
reduce length of compile command
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Feb 3, 2016
1 parent d24a298 commit 956b07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"))))

0 comments on commit 956b07a

Please sign in to comment.