Am 19.05.20 um 16:53 schrieb Felix Schumacher: > Am 19.05.20 um 16:05 schrieb Jmeter Tea: >> Hello, >> >> I wanted to know why all jmeter download files' date is 1/2/1980? > Good question, but that is true only for the zip file. The tar one has a > date of January 2nd 1970 :) > > It seems that this is a feature of gradle. The default is to not use the > files last modification time for archives and I haven't found out, if > and how to change this particular setting. > > For information about the special date see > https://github.com/gradle/gradle/blob/9d56f7fa5f6a83f70fbb3321177b9bd74f7817d8/subprojects/core/src/main/java/org/gradle/api/internal/file/archive/ZipCopyAction.java#L42-L57
Plus, it probably is set that way by default to enable reproducible builds. The timestamp is the same no matter where or when it was build. Felix > > Felix > >> Thank you >> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
