Answers for "heroku java 17 enable preview"

1

heroku java 17 enable preview

Add the following config var to your heroku App:

key: JAVA_TOOL_OPTIONS
value: --enable-preview
Posted by: Guest on March-07-2022

Browse Popular Code Answers by Language