LoginSignup
1
1

More than 3 years have passed since last update.

HerokuでCorretto 11を使う

Last updated at Posted at 2019-10-04

buildpackの設定

$ heroku buildpacks:set jdk/corretto -a [App名]
$ heroku buildpacks:add heroku/java -a [App名]

環境変数の追加

$ heroku config:set \
  CORRETTO_URL=https://d3pxv6yz143wms.cloudfront.net/11.0.4.11.1/amazon-corretto-11.0.4.11.1-linux-x64.tar.gz \
  CORRETTO_CHECKSUM=4bbcd5e6d721fef56e46b3bfa8631c1c \
  -a [App name]

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1