View categories
JDK 13.0.1, 11.0.5, 8u232, and 7u242 now available
Change effective on 16 October 2019
Heroku’s support for Java, Scala, Clojure, and JRuby now includes the option of using JDK 13.0.1, 11.0.5, 8u232, and 7u242. To use one of these versions, create a system.properties
file in the root directory of your app with contents like:
java.runtime.version=11.0.5
For more information on these OpenJDK releases, please see the official OpenJDK documentation. For more information on supported versions and JDK vendors, please see the Dev Center guide to Java Support.