Skip to content

tomyan/heroku-buildpack-jvm-common

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Common JVM Buildpack BASH Functions Build Status

This not a buildpack. These are common functions related to JVM buildpacks. It is formatted as a buildpack in order to make use of heroku-buildpack-testrunner test automation.

The most important function these scripts provide are functions to install the JDK into a at compile time.

These scripts are bundled and stored in a tar ball at:

http://heroku-jvm-common.s3.amazonaws.com/jvm-buildpack-common.tar.gz

#Example Usage

curl --silent --location http://heroku-jvm-common.s3.amazonaws.com/jvm-buildpack-common.tar.gz | tar xz

. bin/java

install_java ${BUILD_DIR} "1.7"

About

Common utils for JVM buildpacks

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%