heroku / heroku-buildpack-jvm-common

Heroku's OpenJDK buildpack. A component of the Java, Scala, and Clojure buildpacks.
MIT License
43 stars 2 forks source link

Remove heroku-18 stack support #267

Closed Malax closed 1 year ago

Malax commented 1 year ago

Since the Heroku-18 stack has reached end-of-life, and as such builds using it are no longer supported by the Heroku build system: https://devcenter.heroku.com/changelog-items/2583

This fixes the integration tests failing in CI for the Heroku-18 stack, due to the build system now (as expected) rejecting the jobs.

Any non-Heroku consumers of this buildpack that wish to continue using the Heroku-18 stack should pin to the previous version of this buildpack.

Ref: GUS-W-10446298