You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spring-boot:build-image Maven goal and bootBuildImage Gradle task should set $BP_JAVA_VERSION to match the target Java version used by the build (e.g. the equivalent of maven.compiler.target or java.version in Maven or targetCompatibility in Gradle).
The OpenJDK buildpack requires versions to be provided as whole numbers with wildcards like 8.* or 11.*. It may be necessary to map Maven or Gradle properties in the form 1.8 to form expected by OpenJDK buildpack.