Skip to content

Commit

Permalink
Make module name non-empty
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Jan 15, 2024
1 parent dab3f9b commit 32a687d
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 32a687d

Please sign in to comment.