mirror of https://github.com/sbt/sbt.git
Switch over to using ManagedLogger
This commit is contained in:
parent
b6fc9f9517
commit
ddb9cfd3f9
|
|
@ -17,7 +17,7 @@ import xsbti.{ ComponentProvider, GlobalLock }
|
|||
* Base class for test suites that must be able to fetch and compile the compiler bridge.
|
||||
*/
|
||||
abstract class BridgeProviderSpecification extends BaseIvySpecification {
|
||||
log.setLevel(Level.Warn)
|
||||
// log.setLevel(Level.Warn)
|
||||
|
||||
def realLocal: Resolver =
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue