Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:heroku/language-pack-play
Browse files Browse the repository at this point in the history
  • Loading branch information
tkral committed Sep 9, 2011
2 parents ef739d5 + 2c96393 commit 47b8496
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/compile
Expand Up @@ -40,6 +40,15 @@ if [ ! -d $PLAY_PATH ]; then
echo " done"
fi

PLAY_SETTINGS_URL="http://s3.amazonaws.com/heroku-jvm-langpack-play/ivysettings.xml"

echo -n "-----> Installing ivysettings.xml....."
if [ -f .ivy2/ivysettings.xml ]; then
rm .ivy2/ivysettings.xml
fi
curl --silent --max-time 10 --location $PLAY_SETTINGS_URL --create-dirs --output .ivy2/ivysettings.xml
echo " done"

# Build app
echo "-----> Building Play! application..."
$PLAY_PATH/play version | sed -u 's/^/ /'
Expand Down

0 comments on commit 47b8496

Please sign in to comment.