however I can’t find a way to get a handle on META-INF/ and META-INF/MANIFEST.MF entries to set their modification timestamps to a constant too. Is this a bug (because eachFile doesn’t callback on manifest file) or is there some other kind of workaround that I can use?
Use case: the jars are eventually added to a docker image. Because of the timestamp difference in the jar file’s manifest file, the md5 of the file changes and trips up the docker cache.
Thank you, that gives me build/tmp/MANIFEST.MF but unfortunately the resultant entry that gets written to the JAR file still reflects the build time instead of the constant time