mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-19 18:04:41 +08:00
[console/plugin] Fix multi-dependency-repositories not working (#2358)
This commit is contained in:
parent
2682b1665c
commit
5618333a9d
@ -252,7 +252,7 @@ internal class JvmPluginDependencyDownloader(
|
|||||||
repositories = repository.newResolutionRepositories(
|
repositories = repository.newResolutionRepositories(
|
||||||
session,
|
session,
|
||||||
config.repoLoc.map { url ->
|
config.repoLoc.map { url ->
|
||||||
RemoteRepository.Builder(null, "default", url).build()
|
RemoteRepository.Builder(url, "default", url).build()
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
logger.debug { "Remote server: " + config.repoLoc }
|
logger.debug { "Remote server: " + config.repoLoc }
|
||||||
|
Loading…
Reference in New Issue
Block a user