Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 644 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 644 Bytes

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