Last active
August 29, 2015 14:04
-
-
Save ms-tg/fc10cd249b39415054ea to your computer and use it in GitHub Desktop.
Revisions
-
ms-tg revised this gist
Jul 17, 2014 . 1 changed file with 1 addition and 1 deletion.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 @@ -2,7 +2,7 @@ # WORKAROUND (2014-07-16, Marc): Avoids "No scala version specified or detected" # error when Play 2.0.x and 2.3.x projects are both built by same local user. if [ -e "${HOME}/.sbt/boot/other" ]; then rm -rfv ~/.sbt/boot/other rm -v ~/.ivy2/cache/org.scala-sbt/sbt/ivy-0.13.5.xml fi -
ms-tg created this gist
Jul 16, 2014 .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,11 @@ #!/bin/bash # WORKAROUND (2014-07-16, Marc): Avoids "No scala version specified or detected" # error when Play 2.0.x and 2.3.x projects are both built by same local user. if [ -f "${HOME}/.sbt/boot/other" ]; then rm -rfv ~/.sbt/boot/other rm -v ~/.ivy2/cache/org.scala-sbt/sbt/ivy-0.13.5.xml fi export SBT_OPTS="-Dsbt.repository.config=/etc/sbt/repositories -Dsbt.override.build.repos=true" sbt-extras.sh -sbt-launch-repo "http://repo/nexus/content/groups/public" "$@"