mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +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.