Skip to content

Instantly share code, notes, and snippets.

@Openpalm
Created June 9, 2017 10:57
Show Gist options
  • Save Openpalm/d2f20b5a52d88b5900c6f001da1c3df7 to your computer and use it in GitHub Desktop.
Save Openpalm/d2f20b5a52d88b5900c6f001da1c3df7 to your computer and use it in GitHub Desktop.

Revisions

  1. Openpalm created this gist Jun 9, 2017.
    13 changes: 13 additions & 0 deletions gistfile1.txt
    Original 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