OpenJDK 27 is now available for Java, Scala and Clojure apps
Heroku’s support for Java, Scala and Clojure now includes support for OpenJDK version 27. To use this version of OpenJDK, create a system.properties file in your application with the following contents: java.runtime.version=27 After your next deployment, Heroku will install and run your app with OpenJDK 27. For more information, see the article on Heroku Support for Java in the Dev Center. For mor…