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 build-image Mojo doesn't attempt to re-use an existing
JAR file that it has already built. This is a small change
that just checks if it already exists and re-uses it.
A side effect is that other plugins can modify the JAR file
(e.g. to optimize the reflection usage for a native-image
build) and those changes are visible in the container
image.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildImageMojo.java
0 commit comments