mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
I noticed this was showing up in profiles when SBT's task engine was using Keys, etc (that contain Configurations) in HashMap's. Let's cache it instead. I don't think there is a need to use a lazy val for this, we can compute it eagerly.