From eaea0066dea0ec14b5e2820d11acd39ddf0318c1 Mon Sep 17 00:00:00 2001 From: Rune Soerensen Date: Tue, 2 Dec 2025 09:14:37 -0500 Subject: [PATCH] Use buildpack banner from `heroku/buildpacks` GUS-W-20371942 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a4d9e1..d169b7c7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Heroku buildpack for Java [![CI](https://github.com/heroku/heroku-buildpack-java/actions/workflows/ci.yml/badge.svg)](https://github.com/heroku/heroku-buildpack-java/actions/workflows/ci.yml) ========================= -![java](https://cloud.githubusercontent.com/assets/871315/20325947/f3544014-ab43-11e6-9c51-8240ce161939.png) +![java](https://raw.githubusercontent.com/heroku/buildpacks/refs/heads/main/assets/images/buildpack-banner-java.png) This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpack) for Java apps. It uses Maven 3.9.4 to build your application and OpenJDK 8 to run it. However, the JDK version can be configured as described below.