Created
March 21, 2018 16:53
-
-
Save nachinius/e58415deea6203eb5cf678e4e6b0540f to your computer and use it in GitHub Desktop.
compile alpakka for 2.11
This file contains 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
#!/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