Following this Spring Blog post I have a multistage Dockerfile:
FROM adoptopenjdk:11-jre-hotspot as builder WORKDIR application ARG JAR_FILE=./hello/build/lib