项目作者: maatuss

项目描述 :
A custom buildpack for Heroku which installs the Eclipse OpenJ9 VM
高级语言: Shell
项目地址: git://github.com/maatuss/openj9-buildpack.git
创建时间: 2019-09-03T14:42:50Z
项目社区:https://github.com/maatuss/openj9-buildpack

开源协议:MIT License

下载


OpenJ9 Buildpack

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

Usage

Replace the default Heroku Java buildpack

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

Customizing

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

  1. adoptopenjdk.version=<version>
  2. adoptopenjdk.release=<release>

License

MIT