Skip to content

Instantly share code, notes, and snippets.

@naaman
Created September 6, 2012 18:11
Show Gist options
  • Save naaman/3659078 to your computer and use it in GitHub Desktop.
Save naaman/3659078 to your computer and use it in GitHub Desktop.
Multi JDK Live
~/dev/bb[master] ★ heroku create
Creating shrouded-wave-4655... done, stack is cedar
http://shrouded-wave-4655.herokuapp.com/ | [email protected]:shrouded-wave-4655.git
Git remote heroku added
~/dev/bb[master] ★ git push heroku master 
Counting objects: 25, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (18/18), done.
Writing objects: 100% (25/25), 2.83 KiB, done.
Total 25 (delta 6), reused 0 (delta 0)

-----> Heroku receiving push
-----> Java app detected
-----> Installing OpenJDK 1.6...done
-----> Installing Maven 3.0.3... done
-----> Installing settings.xml... done
-----> executing /app/tmp/repo.git/.cache/.maven/bin/mvn -B -Duser.home=/tmp/build_1te6rzm37x1bp -Dmaven.repo.local=/app/tmp/repo.git/.cache/.m2/repository -s /app/tmp/repo.git/.cache/.m2/settings.xml -DskipTests=true clean install
~/dev/lc[master] ★ heroku create
Creating quiet-escarpment-6377... done, stack is cedar
http://quiet-escarpment-6377.herokuapp.com/ | [email protected]:quiet-escarpment-6377.git
Git remote heroku added
~/dev/lc[master] ★ git push heroku master 
Counting objects: 55, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (30/30), done.
Writing objects: 100% (55/55), 5.36 KiB, done.
Total 55 (delta 9), reused 0 (delta 0)

-----> Heroku receiving push
-----> Java app detected
-----> Installing OpenJDK 1.8...done
-----> Installing Maven 3.0.3... done
-----> Installing settings.xml... done
-----> executing /app/tmp/repo.git/.cache/.maven/bin/mvn -B -Duser.home=/tmp/build_2ab7m1x7su8ub -Dmaven.repo.local=/app/tmp/repo.git/.cache/.m2/repository -s /app/tmp/repo.git/.cache/.m2/settings.xml -DskipTests=true clean install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment