Skip to content

Commit

Permalink
[console/plugin] Fix multi-dependency-repositories not working (#2358)
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh authored and Him188 committed Dec 2, 2022
1 parent 0a3fbc4 commit 6293a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ internal class JvmPluginDependencyDownloader(
repositories = repository.newResolutionRepositories(
session,
config.repoLoc.map { url ->
RemoteRepository.Builder(null, "default", url).build()
RemoteRepository.Builder(url, "default", url).build()
}
)
logger.debug { "Remote server: " + config.repoLoc }
Expand Down

0 comments on commit 6293a98

Please sign in to comment.