mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
See also https://github.com/sbt/zinc/pull/1326 This adds a new setting `enableConsistentCompileAnalysis`, which enables the new "Consistent" Analysis format, which is faster and more repeatable than the status quo. This is initialized to `true` by default. It can be opted out either by the setting or using `-Dsbt.analysis2024=false`.