mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 01:03:36 +02:00
Fix compiler bridge sources retrieval
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ private[inc] class IvyComponentCompiler(compiler: RawCompiler, manager: Componen
|
||||
private def update(module: ivySbt.Module, retrieveDirectory: File): Seq[File] = {
|
||||
|
||||
val retrieveConfiguration = new RetrieveConfiguration(retrieveDirectory, Resolver.defaultRetrievePattern, false)
|
||||
val updateConfiguration = new UpdateConfiguration(Some(retrieveConfiguration), true, UpdateLogging.DownloadOnly, ArtifactTypeFilter.forbid(Set("src", "doc")))
|
||||
val updateConfiguration = new UpdateConfiguration(Some(retrieveConfiguration), true, UpdateLogging.DownloadOnly, ArtifactTypeFilter.forbid(Set("doc")))
|
||||
|
||||
buffered.info(s"Attempting to fetch ${dependenciesNames(module)}. This operation may fail.")
|
||||
IvyActions.updateEither(module, updateConfiguration, UnresolvedWarningConfiguration(), LogicalClock.unknown, None, buffered) match {
|
||||
|
||||
Reference in New Issue
Block a user