mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
File.lastModified can return a negative number, but File.setLastModified doesn't accept negative numbers. See Java bug #6791812.
File.lastModified can return a negative number, but File.setLastModified doesn't accept negative numbers. See Java bug #6791812.