mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 11:07:30 +02:00
Fixes #1615. Move the invocation of eviction warning.
This moves the invocation of eviction warning so it’s called only when actual ivy update is being performed.
This commit is contained in:
@@ -41,6 +41,8 @@ final class EvictionWarningOptions private[sbt] (
|
||||
}
|
||||
|
||||
object EvictionWarningOptions {
|
||||
def empty: EvictionWarningOptions =
|
||||
new EvictionWarningOptions(Vector(), false, false, false, false, defaultGuess)
|
||||
def default: EvictionWarningOptions =
|
||||
new EvictionWarningOptions(Vector(Compile), true, true, false, false, defaultGuess)
|
||||
def full: EvictionWarningOptions =
|
||||
|
||||
Reference in New Issue
Block a user