Configure buildpack to use target Java version
With this commit, the Maven `spring-boot:build-image` goal and the Gradle `bootBuildImage` task will configure the OpenJDK buildpack to use the same JRE version as the project's target version, provided the buildpack Java version is not explicitly set in the build configuration. Fixes gh-20172
Showing
Please register or sign in to comment