Heroku java 17 habilitar la vista previa

Add the following config var to your heroku App:

key: JAVA_TOOL_OPTIONS
value: --enable-preview
Zwazel