Skip to content

A custom buildpack for Heroku which installs the Eclipse OpenJ9 VM

License

Notifications You must be signed in to change notification settings

markusjuhanio/openj9-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenJ9 Buildpack

This is a custom buildpack of AdoptOpenJDK Buildpack which installs the Eclipse OpenJ9 VM AdoptOpenJDK11.

Usage

Replace the default Heroku Java buildpack

$ heroku buildpacks:set https://github.com/maatuss/openj9-buildpack.git 
$ heroku buildpacks:add heroku/java  
$ git push heroku master

Customizing

Create a file system.properties at the root of your project

adoptopenjdk.version=<version>  
adoptopenjdk.release=<release>

License

MIT

About

A custom buildpack for Heroku which installs the Eclipse OpenJ9 VM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages