Created
May 7, 2015 06:48
-
-
Save dbuschman7/45f18f6030444ed638ab to your computer and use it in GitHub Desktop.
Global sbt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/.sbt/0.13/global.sbt | |
import EclipseKeys._ | |
net.virtualvoid.sbt.graph.Plugin.graphSettings | |
shellPrompt := { s => Project.extract(s).currentProject.id + " > " } | |
EclipseKeys.createSrc := EclipseCreateSrc.Default + EclipseCreateSrc.Managed | |
withSource := true | |
addCommandAlias("cc", "; clean ; cleanFiles ; test:compile ; it:compile") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment