Skip to content

Commit

Permalink
Merge pull request #489 from kubukoz/log-resolution-module-name
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 16, 2024
2 parents dab3f9b + 32a687d commit 8a16a57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8a16a57

Please sign in to comment.