mirror of https://github.com/sbt/sbt.git
Address deprecation warning
This commit is contained in:
parent
c89ba1c4ff
commit
b587076320
|
|
@ -31,8 +31,6 @@ class CoursierDependencyResolution(
|
|||
bootstrappingProtocolHandler = true
|
||||
)
|
||||
|
||||
lmcoursier.CoursierConfiguration.checkLegacyCache()
|
||||
|
||||
private var protocolHandlerClassLoader: Option[ClassLoader] = None
|
||||
private val protocolHandlerClassLoaderLock = new Object
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ private[internal] object SbtUpdateReport {
|
|||
.withExtraAttributes(dependency.module.attributes ++ extraProperties)
|
||||
.withExclusions(
|
||||
dependency
|
||||
.exclusions
|
||||
.minimizedExclusions
|
||||
.toVector
|
||||
.map {
|
||||
case (org, name) =>
|
||||
|
|
|
|||
|
|
@ -14,8 +14,6 @@ import sbt.librarymanagement.{ModuleID, Resolver, URLRepository}
|
|||
|
||||
object SbtCoursierShared extends AutoPlugin {
|
||||
|
||||
lmcoursier.CoursierConfiguration.checkLegacyCache()
|
||||
|
||||
override def trigger = allRequirements
|
||||
|
||||
override def requires = sbt.plugins.JvmPlugin
|
||||
|
|
|
|||
Loading…
Reference in New Issue