mirror of https://github.com/sbt/sbt.git
cleanup 2.7 warn fatal setting compatibility
This commit is contained in:
parent
c42659318b
commit
6405f2a6cb
|
|
@ -22,9 +22,5 @@ object Command
|
|||
}
|
||||
|
||||
def getWarnFatal(settings: Settings): Boolean =
|
||||
{
|
||||
implicit def compat27(settings: Settings): SettingsCompat = new SettingsCompat
|
||||
class SettingsCompat { def Xwarnfatal = this; def value = false }
|
||||
settings.Xwarnfatal.value
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue