Created
June 9, 2017 10:57
-
-
Save Openpalm/d2f20b5a52d88b5900c6f001da1c3df7 to your computer and use it in GitHub Desktop.
Revisions
-
Openpalm created this gist
Jun 9, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ rm -rf ~/.ammonite/cache rm -rf ~/.ivy2/cache rm -rf ~/.m2/* rm -rf ~/.coursier/cache rm -rf ~/.ammonite/cache find . -name target -type d -exec rm -rf {} \; find . -name project -type d -exec rm -rf {} \; sbt clean sbt clean-files sbt clean-lib sbt clean-plugins sbt compile sbt run