mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[aether-dependency-resolver] IJI-1259 Log resolver requests
GitOrigin-RevId: 9cc967794415c323c6d3981524b6f372174f9077
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c22f6ba36e
commit
255adcc095
@@ -342,6 +342,14 @@ public final class ArtifactRepositoryManager {
|
||||
}
|
||||
RepositorySystemSession session = prepareRequests(groupId, artifactId, constraints, kind, includeTransitiveDependencies, excludedDependencies, requests);
|
||||
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("Resolving " + groupId + ":" + artifactId + ":" + versionConstraint +
|
||||
" transitiveDependencies=" + includeTransitiveDependencies +
|
||||
" excludedDependencies=" + excludedDependencies +
|
||||
" kind=" + kind +
|
||||
" requests=" + requests);
|
||||
}
|
||||
|
||||
if (!requests.isEmpty()) {
|
||||
try {
|
||||
List<ArtifactResult> resultList = mySessionFactory.retryWithClearSessionData(
|
||||
|
||||
Reference in New Issue
Block a user