mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +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.