spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader-tools
Scott Frederick fa186aa15b Preserve timestamps on loader directories
Prior to this commit, when the Maven plugin copied
spring-boot-loader.jar to a repackaged archive the timestamps of class
files were preserved but the timestamps of directories were not
preserved. This resulted in the directories having a current timestamp.

This commit copies the directory timestamps from spring-boot-loader.jar
to the repackaged archive and adds tests to verify the proper
behavior.

See gh-20927
2020-04-21 18:58:34 -05:00
..
src Preserve timestamps on loader directories 2020-04-21 18:58:34 -05:00
build.gradle Automatically add jarmode jars when packaging 2020-01-22 23:14:47 -08:00