reduce length of compile command

This commit is contained in:
Lee Hinman 2016-02-03 11:10:51 -07:00
parent d24a298ed7
commit 956b07ae19
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))