Skip to content

Commit

Permalink
Merge pull request #36 from heroku/upgrade_jdk
Browse files Browse the repository at this point in the history
upgrade jvm-common to v3, to upgrade jdks
  • Loading branch information
technomancy committed Oct 14, 2014
2 parents bc2bfd8 + ec38334 commit 5ae20b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export CACHE_DIR=$2
export ENV_DIR=$3

# Load common JVM functionality from https://github.com/heroku/heroku-buildpack-jvm-common
JVM_COMMON_BUILDPACK=https://heroku-jvm-common.s3.amazonaws.com/jvm-buildpack-common.tar.gz
JVM_COMMON_BUILDPACK=http://lang-jvm.s3.amazonaws.com/jvm-buildpack-common-v3.tar.gz
curl --silent --location $JVM_COMMON_BUILDPACK | tar -x bin/java -zO > /tmp/jvm-common
source /tmp/jvm-common

Expand Down

0 comments on commit 5ae20b7

Please sign in to comment.