Skip to content

Instantly share code, notes, and snippets.

@nachinius
Created March 21, 2018 16:53
Show Gist options
  • Save nachinius/e58415deea6203eb5cf678e4e6b0540f to your computer and use it in GitHub Desktop.
Save nachinius/e58415deea6203eb5cf678e4e6b0540f to your computer and use it in GitHub Desktop.
compile alpakka for 2.11
#!/bin/sh
find $HOME/.ivy2 -name "ivydata-*.properties" -print -delete
sbt -J-XX:ReservedCodeCacheSize=128m ++2.11.12 ";test:compile;docs/paradox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment