Merge pull request #489 from kubukoz/log-resolution-module-name

This commit is contained in:
eugene yokota 2024-01-16 18:08:41 +05:30 committed by GitHub
commit 8a16a57c7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ class CoursierDependencyResolution(
val cache = conf.cache.getOrElse(CacheDefaults.location)
val cachePolicies = conf.cachePolicies.map(ToCoursier.cachePolicy)
val checksums = conf.checksums
val projectName = "" // used for logging only
val projectName = module0.module.name
val ivyProperties = ResolutionParams.defaultIvyProperties(conf.ivyHome)