mirror of https://github.com/sbt/sbt.git
Clean-up
This commit is contained in:
parent
dbf3763037
commit
189bc7799a
|
|
@ -150,11 +150,6 @@ object CoursierPlugin extends AutoPlugin {
|
|||
}
|
||||
)
|
||||
|
||||
private val preloadedBase = {
|
||||
val rawPattern = "file:///${sbt.preloaded-${sbt.global.base-${user.home}/.sbt}/preloaded/}"
|
||||
Tasks.exceptionPatternParser().apply(rawPattern).string
|
||||
}
|
||||
|
||||
def coursierSettings(
|
||||
shadedConfigOpt: Option[(String, String)],
|
||||
packageConfigs: Seq[(Configuration, String)]
|
||||
|
|
|
|||
Loading…
Reference in New Issue