View categories
JDK 11.0.1 now available
Change effective on 17 October 2018
Heroku’s support for Java, Scala, Clojure, and Gradle now includes support for OpenJDK version 11.0.1. To use this version of the JDK, create a system.properties
file in your application with the following contents:
java.runtime.version=11.0.1
After your next deployment, Heroku will install and run your app with OpenJDK 11.0.1. For more information, see the article on Heroku Support for Java in the Dev Center. For more information on JDK 11.0.1, see the official OpenJDK documentation.