mirror of https://github.com/sbt/sbt.git
Bump to our own nightly of ivy 2.4.0 (RC1+).
* Testing the infrastructure to use our own instance of ivy * Allow us to push bug-fixes/performance directly into ivy on our own pace, as we submit patches back to ivy master
This commit is contained in:
parent
573005f934
commit
b95759a138
|
|
@ -31,7 +31,7 @@ private final class IvyLoggerInterface(logger: Logger) extends MessageLogger
|
|||
def warn(msg: String) = logger.warn(msg)
|
||||
def error(msg: String) = if(SbtIvyLogger.acceptError(msg)) logger.error(msg)
|
||||
|
||||
private def emptyList = java.util.Collections.emptyList[T forSome { type T}]
|
||||
private def emptyList = java.util.Collections.emptyList[String]
|
||||
def getProblems = emptyList
|
||||
def getWarns = emptyList
|
||||
def getErrors = emptyList
|
||||
|
|
|
|||
Loading…
Reference in New Issue