mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +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.