Skip to content

Instantly share code, notes, and snippets.

@brunojppb
Created March 21, 2018 22:10
Show Gist options
  • Save brunojppb/a96d575dca00a85ce344155e62702a27 to your computer and use it in GitHub Desktop.
Save brunojppb/a96d575dca00a85ce344155e62702a27 to your computer and use it in GitHub Desktop.
Clean SBT target cache
find . -regex ".*/target" -exec rm -r {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment