mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
When the Spring Boot Gradle plugin builds a fat jar and the Native Build Tools Gradle plugin is applied to the build, any configuration files from the GraalVM reachability metadata repository that match project dependencies are copied to a `META-INF/native-image` directory in the fat jar. Closes gh-32408