sbt/main-actions/src
Antonio Cunei 46d6b01f79 Use copyLastModified() in Sync.scala
It turns out the code in Sync.scala activiely tries to transfer
the invalid modifed time of non-existent files in the source
directory over the time of the target file, which may or may
not exist. In case it exists, the modification time is set
to January 1, 1970. This is arguably a bug in Sync, which
should be adjusted to better handle mappings with source
files that do not exist. For now, however, we preserve the
current behavior, using the deprecated copyLastModified().
2017-12-16 12:22:42 -05:00
..
main/scala/sbt Use copyLastModified() in Sync.scala 2017-12-16 12:22:42 -05:00
test/scala/sbt Add, configure & enforce file headers 2017-10-05 09:03:40 +01:00